Class SyntheticsBrowserTestResultShortResult

Object with the result of the last browser test run.

Hierarchy

  • SyntheticsBrowserTestResultShortResult

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Object describing the device used to perform the Synthetic test.

duration?: number

Length in milliseconds of the browser test run.

errorCount?: number

Amount of errors collected for a single browser test run.

stepCountCompleted?: number

Amount of browser test steps completed before failing.

stepCountTotal?: number

Total amount of browser test steps.

Generated using TypeDoc