Skip to content

Commit 484b499

Browse files
committed
Including platformName in config.toml
1 parent dc43632 commit 484b499

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NodeDocker/config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Configs have a mapping between the Docker image to use and the capabilities that need to be matched to
33
# start a container with the given image.
44
configs = [
5-
"selenium/standalone-firefox:4.0.0-rc-2-prerelease-20210915", "{\"browserName\": \"firefox\"}",
6-
"selenium/standalone-chrome:4.0.0-rc-2-prerelease-20210915", "{\"browserName\": \"chrome\"}",
7-
"selenium/standalone-edge:4.0.0-rc-2-prerelease-20210915", "{\"browserName\": \"MicrosoftEdge\"}"
5+
"selenium/standalone-firefox:4.0.0-rc-2-prerelease-20210915", '{"browserName": "firefox", "platformName": "linux"}',
6+
"selenium/standalone-chrome:4.0.0-rc-2-prerelease-20210915", '{"browserName": "chrome", "platformName": "linux"}',
7+
"selenium/standalone-edge:4.0.0-rc-2-prerelease-20210915", '{"browserName": "MicrosoftEdge", "platformName": "linux"}'
88
]
99

1010
# URL for connecting to the docker daemon

0 commit comments

Comments
 (0)