File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
5357before_script :
5458 - sh -e /etc/init.d/xvfb start
5559script :
@@ -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
You can’t perform that action at this time.
0 commit comments