Install and run selenium

This commit is contained in:
Antoine Gersant 2017-07-04 00:08:53 -07:00
parent ffc4be1536
commit d48436f417

View file

@ -11,6 +11,8 @@ matrix:
before_install:
- npm install -g nightwatch
- wget http://selenium-release.storage.googleapis.com/3.4/selenium-server-standalone-3.4.0.jar -O selenium.jar
before_script:
- nightwatch -v
after_script:
- nightwatch -v
- java -jar selenium.jar