File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
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.12 /selenium-server-standalone-3.12 .0.jar \
59
+ && wget --no-verbose https://selenium-release.storage.googleapis.com/3.13 /selenium-server-standalone-3.13 .0.jar \
60
60
-O /opt/selenium/selenium-server-standalone.jar
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ cat <<_EOF
15
15
],
16
16
"proxy": "org.openqa.grid.selenium.proxy.DefaultRemoteProxy",
17
17
"maxSession": $NODE_MAX_SESSION ,
18
- "host": $NODE_HOST ,
18
+ "host": " $NODE_HOST " ,
19
19
"port": $NODE_PORT ,
20
20
"register": true,
21
21
"registerCycle": $NODE_REGISTER_CYCLE ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ cat <<_EOF
23
23
],
24
24
"proxy": "org.openqa.grid.selenium.proxy.DefaultRemoteProxy",
25
25
"maxSession": $NODE_MAX_SESSION ,
26
- "host": $NODE_HOST ,
26
+ "host": " $NODE_HOST " ,
27
27
"port": $NODE_PORT ,
28
28
"register": true,
29
29
"registerCycle": $NODE_REGISTER_CYCLE ,
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.11 .0 \
3
+ pip install selenium===3.13 .0 \
4
4
docker===3.1.1 \
5
5
| grep -v ' Requirement already satisfied'
6
6
You can’t perform that action at this time.
0 commit comments