Skip to content

Commit 656087f

Browse files
committed
Update docker-compose-v3-full-grid.yml
1 parent df7062f commit 656087f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docker-compose-v3-full-grid.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# To execute this docker compose yml file use `docker compose -f docker-compose-v3-full-grid.yml up`
1+
# To execute this docker compose yml file use `docker compose -f docker-compose-v3-full-grid.yml up -d`
22
# Add the `-d` flag at the end for detached execution
33
# To stop the execution, hit Ctrl+C, and then `docker compose -f docker-compose-v3-full-grid.yml down`
44
version: "3"
@@ -73,6 +73,7 @@ services:
7373
- SE_EVENT_BUS_HOST=selenium-event-bus
7474
- SE_EVENT_BUS_PUBLISH_PORT=4442
7575
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
76+
- SE_NODE_MAX_SESSIONS=5
7677

7778
edge:
7879
image: selenium/node-edge:latest
@@ -83,6 +84,7 @@ services:
8384
- SE_EVENT_BUS_HOST=selenium-event-bus
8485
- SE_EVENT_BUS_PUBLISH_PORT=4442
8586
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
87+
- SE_NODE_MAX_SESSIONS=4
8688

8789
firefox:
8890
image: selenium/node-firefox:latest
@@ -92,4 +94,5 @@ services:
9294
environment:
9395
- SE_EVENT_BUS_HOST=selenium-event-bus
9496
- SE_EVENT_BUS_PUBLISH_PORT=4442
95-
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
97+
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
98+
- SE_NODE_MAX_SESSIONS=3

src/test/resources/config/config.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ URL_CRM = https://rise.anhtester.com/signin
2121
URL_CMS_ADMIN = https://cms.anhtester.com/login
2222
URL_CMS_USER = https://cms.anhtester.com
2323
# target execution: local or remote
24-
TARGET = local
24+
TARGET = remote
2525
# grid url and port
2626
REMOTE_URL = localhost
2727
REMOTE_PORT = 4444

0 commit comments

Comments
 (0)