Configuration for running specs on a remote Selenium grid Any additional properties, such as "sauce:options" or "bstack:options", will be included in the capabilities object passed through to Selenium Webdriver.
Example
{
"url": "https://ondemand.saucelabs.com/wd/hub",
"platformName": "macOS 12",
"sauce:options": {
"tunnelName": "the same tunnel name that was provided to Sauce Connect",
"userName": "your Saucelabs username",
"accessKey": "your Saucelabs access key"
}
}
Members
url :string
URL of the remote Selenium grid
Type:
- string