Globals
Type Definitions
JobState
Data that can be passed to tunnel providers to update the state of a job being executed on their service.
Properties
Name | Type | Attributes | Description |
---|---|---|---|
buildId |
number | optional |
The build number of the software being tested by the job. Supported by Sauce Labs. |
extra |
Object | optional |
Additional arbitrary data to be stored alongside the job. Supported by TestingBot and Sauce Labs. |
name |
string | optional |
A descriptive name for the job. Supported by TestingBot and Sauce Labs. |
status |
string | optional |
A status message to provide alongside a test. Supported by TestingBot. |
success |
boolean | optional |
Whether or not the job should be listed as successful. Supported by BrowserStack, TestingBot, and Sauce Labs. |
tags |
Array.<string> | optional |
An array of tags for the job. Supported by TestingBot and Sauce Labs. |
visibility |
string | optional |
The public visibility of test results. May be one of 'public', 'public restricted', 'share', 'team', or 'private'. Supported by Sauce Labs. |