Skip to content

Commit 0c5bea1

Browse files
author
Dmitriy
committed
ci(workflows): configure Selenium Grid to advertise localhost for CDP access
1 parent a01aadc commit 0c5bea1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/selenium-template.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
- 4444:4444
3131
- 4442:4442
3232
- 4443:4443
33+
env:
34+
SE_OPTS: --grid-url http://localhost:4444/wd/hub
3335
options: >-
3436
--health-cmd "curl -f http://localhost:4444/wd/hub/status || exit 1"
3537
--health-interval 10s

0 commit comments

Comments
 (0)