Skip to content

Commit

Permalink
example config for using Selenium Grid to queue tests for Sauce
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Feb 26, 2024
1 parent 09fcb2a commit b001aa5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[node]
detect-drivers = false

[relay]
url = "https://ondemand.us-west-1.saucelabs.com:443/wd/hub"
configs = [
"25", '{"browserName": "chrome", "platformName": "Windows 11", "browserVersion": "latest"}',
"25", '{"browserName": "chrome", "platformName": "macOS 13", "browserVersion": "latest"}',
]

0 comments on commit b001aa5

Please sign in to comment.