Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Commit

Permalink
Run Chromedriver on CI to enable functional JavaScript tests (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
Csirmaz Bendegúz authored and phenaproxima committed Oct 2, 2018
1 parent f1dc122 commit b9e3dcf
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ before_script:
# Disable the History module during testing, to prevent weird deadlock errors that don't
# actually affect anything.
- drush pm-uninstall --yes history
- export MINK_DRIVER_ARGS_WEBDRIVER='["chrome", {"browserName":"chrome","chromeOptions":{"args":["--disable-gpu","--headless","--no-sandbox","--disable-dev-shm-usage","--disable-extensions"]}}, "http://localhost:9515"]'
- chromedriver &

script:
- composer validate composer.json --no-check-all --ansi --no-interaction
Expand Down
55 changes: 47 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b9e3dcf

Please sign in to comment.