mirror of
https://github.com/agersant/polaris
synced 2024-12-02 17:49:10 +00:00
Install and run selenium
This commit is contained in:
parent
ffc4be1536
commit
d48436f417
1 changed files with 4 additions and 2 deletions
|
@ -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
|
Loading…
Reference in a new issue