Skip to content

Commit ed3dff2

Browse files
author
Dmitriy
committed
ci(workflows): sync Selenium service env vars with docker-compose.yml
1 parent cfa9137 commit ed3dff2

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/selenium-template.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
- 4444:4444
3131
- 4442:4442
3232
- 4443:4443
33+
env:
34+
GRID_MAX_SESSION: 16
35+
GRID_TIMEOUT: 30000
36+
GRID_BROWSER_TIMEOUT: 30000
3337
options: >-
3438
--health-cmd "curl -f http://localhost:4444/wd/hub/status || exit 1"
3539
--health-interval 10s
@@ -42,10 +46,13 @@ jobs:
4246
SE_EVENT_BUS_PUBLISH_PORT: 4442
4347
SE_EVENT_BUS_SUBSCRIBE_PORT: 4443
4448
SE_NODE_MAX_SESSIONS: 4
49+
SE_NODE_OVERRIDE_MAX_SESSIONS: false
4550
SE_NODE_SESSION_TIMEOUT: 300
4651
SE_NODE_GRID_URL: http://localhost:4444
47-
SCREEN_WIDTH: 1920
48-
SCREEN_HEIGHT: 1080
52+
SE_SCREEN_WIDTH: 1920
53+
SE_SCREEN_HEIGHT: 1080
54+
SE_VNC_NO_PASSWORD: 1
55+
SE_OPTS: --log-level INFO
4956
options: >-
5057
--shm-size=2gb
5158
--health-cmd "curl -f http://localhost:5555/status || exit 1"

0 commit comments

Comments
 (0)