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
56
56
# ==========
57
57
RUN sudo mkdir -p /opt/selenium \
58
58
&& 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 \
60
60
-O /opt/selenium/selenium-server-standalone.jar
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ cat <<_EOF
20
20
"registerCycle": $NODE_REGISTER_CYCLE ,
21
21
"nodePolling": $NODE_POLLING ,
22
22
"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
25
24
}
26
25
_EOF
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ cat <<_EOF
28
28
"registerCycle": $NODE_REGISTER_CYCLE ,
29
29
"nodePolling": $NODE_POLLING ,
30
30
"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
33
32
}
34
33
_EOF
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
cd tests
3
- pip install selenium===3.8 .0 \
3
+ pip install selenium===3.9 .0 \
4
4
docker===2.5.1 \
5
5
| grep -v ' Requirement already satisfied'
6
6
You can’t perform that action at this time.
0 commit comments