Skip to content

Commit b8b89f3

Browse files
committed
Add test
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 9e262a1 commit b8b89f3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/docker-compose-v3-test-parallel.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ services:
3838
- SE_VIDEO_FILE_NAME=auto
3939
- SE_SERVER_PROTOCOL=https
4040
- SE_NODE_GRID_URL=https://selenium-hub:4444
41+
- SE_NODE_STEREOTYPE_EXTRA={"myApp:version":"beta","myApp:publish":"public"}
4142
restart: always
4243

4344
firefox:
@@ -73,6 +74,7 @@ services:
7374
- SE_VIDEO_FILE_NAME=auto
7475
- SE_SERVER_PROTOCOL=https
7576
- SE_NODE_GRID_URL=https://selenium-hub:4444
77+
- SE_NODE_STEREOTYPE_EXTRA={"myApp:version":"beta","myApp:publish":"public"}
7678
restart: always
7779

7880
edge:
@@ -106,6 +108,7 @@ services:
106108
- SE_VIDEO_FILE_NAME=auto
107109
- SE_SERVER_PROTOCOL=https
108110
- SE_NODE_GRID_URL=https://selenium-hub:4444
111+
- SE_NODE_STEREOTYPE_EXTRA={"myApp:version":"beta","myApp:publish":"public"}
109112
restart: always
110113

111114
selenium-hub:

tests/docker-compose-v3-test-standalone.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ services:
2020
- SE_ROUTER_USERNAME=${BASIC_AUTH_USERNAME}
2121
- SE_ROUTER_PASSWORD=${BASIC_AUTH_PASSWORD}
2222
- SE_SUB_PATH=${SUB_PATH}
23+
- SE_NODE_STEREOTYPE_EXTRA={"myApp:version":"beta","myApp:publish":"public"}
2324
ports:
2425
- "4444:4444"
2526
healthcheck:

0 commit comments

Comments
 (0)