File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131 <changelist >999999-SNAPSHOT</changelist >
3232 <spotbugs .skip>true</spotbugs .skip>
3333 <jenkins .version>2.551</jenkins .version>
34- <selenium .version>4.40 .0</selenium .version>
34+ <selenium .version>4.41 .0</selenium .version>
3535 <!-- aligned with selenium -->
3636 <guava .version>33.5.0-jre</guava .version>
3737
Original file line number Diff line number Diff line change @@ -25,5 +25,5 @@ set TESTCONTAINERS_HOST_OVERRIDE=%IP%
2525set JENKINS_LOCAL_HOSTNAME = %IP%
2626@ echo .
2727@ echo To start the remote firefox container run the following command:
28- @ echo docker run --shm-size=2g -d -p 127.0.0.1:4444:4444 -p 127.0.0.1:5900:5900 -e SE_NODE_GRID_URL=http://127.0.0.1:4444 -e no_proxy=localhost -e SE_SCREEN_WIDTH=1680 -e SE_SCREEN_HEIGHT=1090 " selenium/standalone-firefox:4.40 .0"
28+ @ echo docker run --shm-size=2g -d -p 127.0.0.1:4444:4444 -p 127.0.0.1:5900:5900 -e SE_NODE_GRID_URL=http://127.0.0.1:4444 -e no_proxy=localhost -e SE_SCREEN_WIDTH=1680 -e SE_SCREEN_HEIGHT=1090 " selenium/standalone-firefox:4.41 .0"
2929
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ export TESTCONTAINERS_HOST_OVERRIDE="${IP}"
2525export JENKINS_LOCAL_HOSTNAME=" ${IP} "
2626
2727echo " To start the remote Firefox container, run the following command:"
28- echo " docker run --shm-size=2g -d -p 127.0.0.1:4444:4444 -p 127.0.0.1:5900:5900 -e no_proxy=localhost -e SE_SCREEN_WIDTH=1680 -e SE_SCREEN_HEIGHT=1090 selenium/standalone-firefox:4.40 .0"
28+ echo " docker run --shm-size=2g -d -p 127.0.0.1:4444:4444 -p 127.0.0.1:5900:5900 -e no_proxy=localhost -e SE_SCREEN_WIDTH=1680 -e SE_SCREEN_HEIGHT=1090 selenium/standalone-firefox:4.41 .0"
You can’t perform that action at this time.
0 commit comments