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=firefox
23+ - TASK=java TARGET=ff-legacy
2224 - TASK=java TARGET=grid TOXENV=chrome
2325 - TASK=api_docs TARGET=java
2426 - TASK=api_docs TARGET=py_
@@ -46,6 +48,8 @@ matrix:
4648 - env : TASK=py TOXENV=py27-marionette
4749 - env : TASK=py TOXENV=py27-remote
4850 - env : TASK=api_docs TARGET="//rb:"
51+ - env : TASK=java TARGET=firefox
52+ - env : TASK=java TARGET=ff-legacy
4953before_script :
5054 - sh -e /etc/init.d/xvfb start
5155script :
@@ -113,7 +117,14 @@ script:
113117 fi
114118 - |
115119 if [[ $TASK == "java" ]]; then
116- ./go test_$TARGET
120+ case $TARGET in
121+ ff-legacy)
122+ ./go test_firefox
123+ firefox)
124+ ./go //java/client/test/org/openqa/selenium/firefox:marionette:run
125+ *)
126+ ./go test_$TARGET
127+ esac
117128 fi
118129 - |
119130 if [[ $TASK == "py" ]]; then
You can’t perform that action at this time.
0 commit comments