Skip to content

Commit

Permalink
adding -rc (WDBS) tests for chrome / firefox to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Oct 18, 2016
1 parent 6f6fe4f commit 9cb0c8d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ env:
- TASK=atoms_tests TARGET=chrome
- TASK=java TARGET=java_small_tests
- TASK=java TARGET=chrome
- TASK=java TARGET=chrome-rc-test
- TASK=java TARGET=firefox
- TASK=java TARGET=ff-legacy
- TASK=java TARGET=firefox-rc-test
- TASK=java TARGET=grid TOXENV=chrome
- TASK=api_docs TARGET=java
- TASK=api_docs TARGET=py_
Expand Down Expand Up @@ -50,6 +52,8 @@ matrix:
- env: TASK=api_docs TARGET="//rb:"
- env: TASK=java TARGET=firefox
- env: TASK=java TARGET=ff-legacy
- env: TASK=java TARGET=firefox-rc-test
- env: TASK=java TARGET=chrome-rc-test
before_script:
- sh -e /etc/init.d/xvfb start
script:
Expand Down Expand Up @@ -122,6 +126,12 @@ script:
./go test_firefox
firefox)
./go //java/client/test/org/openqa/selenium/firefox:marionette:run
# -rc are the WebDriverBackedSelenium tests
firefox-rc-test)
./go //java/client/test/com/thoughtworks/selenium:firefox-rc-test:run
chrome-rc-test)
./go //java/client/test/com/thoughtworks/selenium:chrome-rc-test:run
*)
./go test_$TARGET
esac
Expand Down

0 comments on commit 9cb0c8d

Please sign in to comment.