Run Selenium in background, ordering tweaks
This commit is contained in:
parent
785b936a68
commit
90e9b62fe4
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
@ -16,12 +16,12 @@ matrix:
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- npm install -g nightwatch
|
- java -version
|
||||||
- wget http://selenium-release.storage.googleapis.com/3.4/selenium-server-standalone-3.4.0.jar -O selenium.jar
|
- wget http://selenium-release.storage.googleapis.com/3.4/selenium-server-standalone-3.4.0.jar -O selenium.jar
|
||||||
|
- java -jar selenium.jar &
|
||||||
|
- npm install -g nightwatch
|
||||||
|
- nightwatch -v
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- nightwatch -v
|
|
||||||
- java -version
|
|
||||||
- cargo build --verbose
|
- cargo build --verbose
|
||||||
- cargo test --verbose
|
- cargo test --verbose
|
||||||
- java -jar selenium.jar
|
|
Loading…
Add table
Reference in a new issue