Skip to content

Commit

Permalink
Including platformName in config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Sep 16, 2021
1 parent dc43632 commit 484b499
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NodeDocker/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Configs have a mapping between the Docker image to use and the capabilities that need to be matched to
# start a container with the given image.
configs = [
"selenium/standalone-firefox:4.0.0-rc-2-prerelease-20210915", "{\"browserName\": \"firefox\"}",
"selenium/standalone-chrome:4.0.0-rc-2-prerelease-20210915", "{\"browserName\": \"chrome\"}",
"selenium/standalone-edge:4.0.0-rc-2-prerelease-20210915", "{\"browserName\": \"MicrosoftEdge\"}"
"selenium/standalone-firefox:4.0.0-rc-2-prerelease-20210915", '{"browserName": "firefox", "platformName": "linux"}',
"selenium/standalone-chrome:4.0.0-rc-2-prerelease-20210915", '{"browserName": "chrome", "platformName": "linux"}',
"selenium/standalone-edge:4.0.0-rc-2-prerelease-20210915", '{"browserName": "MicrosoftEdge", "platformName": "linux"}'
]

# URL for connecting to the docker daemon
Expand Down

0 comments on commit 484b499

Please sign in to comment.