Documentation Home
This page describes a pre-release version of jasmine-browser-runner (5.0.0-pre.0). There may be additional changes, including breaking changes, before the final 5.0.0 release.
The current stable version of jasmine-browser-runner is 4.0.

Interface: RemoteSeleniumGridConfig

RemoteSeleniumGridConfig

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