Interface: SauceConfig

SauceConfig

Configuration for running specs on Saucelabs

Members

accessKey :string

Saucelabs access key

Type:
  • string

browserVersion :string

Browser version. Omit this to use the latest version of the specified browser.

Type:
  • string

build :string

Build identifier to pass to Saucelabs

Type:
  • string

os :string

Operating system to run the browser on.

Note: It's best to omit this property unless you really need your specs to run on a specific OS. If you omit it, Saucelabs will select a suitable OS. If you specify an unsupported combination of os and browserVersion, Saucelabs will select a different browser version that's available on the specified OS.

Type:
  • string

tags :Array.<string>

Tags to pass to Saucelabs

Type:
  • Array.<string>

tunnelIdentifier :string

Identifier of the Sauce Connect tunnel to use.

Type:
  • string

username :string

Saucelabs username

Type:
  • string