File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ sudo -E -i -u seluser \
23
23
xvfb-run --server-args=" $DISPLAY -screen 0 $GEOMETRY -ac +extension RANDR" \
24
24
java -jar /opt/selenium/selenium-server-standalone.jar \
25
25
-role node \
26
- -hub http://hub:4444 /grid/register \
26
+ -hub http://$HUB_PORT_4444_TCP_ADDR : $HUB_PORT_4444_TCP_PORT /grid/register \
27
27
-nodeConfig /opt/selenium/config.json &
28
28
NODE_PID=$!
29
29
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ sudo -E -i -u seluser \
23
23
xvfb-run --server-args=" $DISPLAY -screen 0 $GEOMETRY -ac +extension RANDR" \
24
24
java -jar /opt/selenium/selenium-server-standalone.jar \
25
25
-role node \
26
- -hub http://hub:4444 /grid/register \
26
+ -hub http://$HUB_PORT_4444_TCP_ADDR : $HUB_PORT_4444_TCP_PORT /grid/register \
27
27
-nodeConfig /opt/selenium/config.json &
28
28
NODE_PID=$!
29
29
You can’t perform that action at this time.
0 commit comments