Skip to content

Commit 9cb0c8d

Browse files
committed
adding -rc (WDBS) tests for chrome / firefox to travis
1 parent 6f6fe4f commit 9cb0c8d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ env:
1919
- TASK=atoms_tests TARGET=chrome
2020
- TASK=java TARGET=java_small_tests
2121
- TASK=java TARGET=chrome
22+
- TASK=java TARGET=chrome-rc-test
2223
- TASK=java TARGET=firefox
2324
- TASK=java TARGET=ff-legacy
25+
- TASK=java TARGET=firefox-rc-test
2426
- TASK=java TARGET=grid TOXENV=chrome
2527
- TASK=api_docs TARGET=java
2628
- TASK=api_docs TARGET=py_
@@ -50,6 +52,8 @@ matrix:
5052
- env: TASK=api_docs TARGET="//rb:"
5153
- env: TASK=java TARGET=firefox
5254
- env: TASK=java TARGET=ff-legacy
55+
- env: TASK=java TARGET=firefox-rc-test
56+
- env: TASK=java TARGET=chrome-rc-test
5357
before_script:
5458
- sh -e /etc/init.d/xvfb start
5559
script:
@@ -122,6 +126,12 @@ script:
122126
./go test_firefox
123127
firefox)
124128
./go //java/client/test/org/openqa/selenium/firefox:marionette:run
129+
130+
# -rc are the WebDriverBackedSelenium tests
131+
firefox-rc-test)
132+
./go //java/client/test/com/thoughtworks/selenium:firefox-rc-test:run
133+
chrome-rc-test)
134+
./go //java/client/test/com/thoughtworks/selenium:chrome-rc-test:run
125135
*)
126136
./go test_$TARGET
127137
esac

0 commit comments

Comments
 (0)