File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -56,5 +56,5 @@ USER seluser
5656# ==========
5757RUN sudo mkdir -p /opt/selenium \
5858 && sudo chown seluser:seluser /opt/selenium \
59- && wget --no-verbose https://selenium-release.storage.googleapis.com/3.9/selenium-server-standalone-3.9.0 .jar \
59+ && wget --no-verbose https://selenium-release.storage.googleapis.com/3.9/selenium-server-standalone-3.9.1 .jar \
6060 -O /opt/selenium/selenium-server-standalone.jar
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ cat <<_EOF
2020 "registerCycle": $NODE_REGISTER_CYCLE ,
2121 "nodePolling": $NODE_POLLING ,
2222 "unregisterIfStillDownAfter": $NODE_UNREGISTER_IF_STILL_DOWN_AFTER ,
23- "downPollingLimit": $NODE_DOWN_POLLING_LIMIT ,
24- "hub": "http://$HUB_PORT_4444_TCP_ADDR :$HUB_PORT_4444_TCP_PORT /grid/register"
23+ "downPollingLimit": $NODE_DOWN_POLLING_LIMIT
2524}
2625_EOF
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ cat <<_EOF
2828 "registerCycle": $NODE_REGISTER_CYCLE ,
2929 "nodePolling": $NODE_POLLING ,
3030 "unregisterIfStillDownAfter": $NODE_UNREGISTER_IF_STILL_DOWN_AFTER ,
31- "downPollingLimit": $NODE_DOWN_POLLING_LIMIT ,
32- "hub": "http://$HUB_PORT_4444_TCP_ADDR :$HUB_PORT_4444_TCP_PORT /grid/register"
31+ "downPollingLimit": $NODE_DOWN_POLLING_LIMIT
3332}
3433_EOF
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22cd tests
3- pip install selenium===3.8 .0 \
3+ pip install selenium===3.9 .0 \
44 docker===2.5.1 \
55 | grep -v ' Requirement already satisfied'
66
You can’t perform that action at this time.
0 commit comments