Documentation Home
This page is for an older version of jasmine-browser-runner (0.8.0).
The current stable version of jasmine-browser-runner is: 2.5. You can also look at the docs for the next release: Edge

Interface: BrowserInfo

BrowserInfo

Describes a web browser.

Members

name :string|undefined

The browser name. Valid values include "internet explorer", "firefox", "safari", "MicrosoftEdge", "chrome", and "headlessChrome".

Type:
  • string | undefined

sauce :SauceConfig|undefined

Configuration for running specs on Saucelabs

Type:

useSauce :boolean|undefined

Whether to run the specs on Saucelabs. Defaults to false.

Type:
  • boolean | undefined