Object containing results for your Synthetic browser test.

Hierarchy

  • SyntheticsBrowserTestResultData

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
browserType?: string

Type of browser device used for the browser test.

browserVersion?: string

Browser version used for the browser test.

Object describing the device used to perform the Synthetic test.

duration?: number

Global duration in second of the browser test.

error?: string

Error returned for the browser test.

The browser test failure details.

passed?: boolean

Whether or not the browser test was conducted.

receivedEmailCount?: number

The amount of email received during the browser test.

startUrl?: string

Starting URL for the browser test.

stepDetails?: SyntheticsStepDetail[]

Array containing the different browser test steps.

thumbnailsBucketKey?: boolean

Whether or not a thumbnail is associated with the browser test.

timeToInteractive?: number

Time in second to wait before the browser test starts after reaching the start URL.

Generated using TypeDoc