Object containing details about a Synthetic browser test.

Hierarchy

  • SyntheticsBrowserTest

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

Configuration object for a Synthetic browser test.

locations: string[]

Array of locations used to run the test.

message: string

Notification message associated with the test. Message can either be text or an empty string.

monitorId?: number

The associated monitor ID.

name: string

Name of the test.

Object describing the extra options for a Synthetic test.

publicId?: string

The public ID of the test.

Define whether you want to start (live) or pause (paused) a Synthetic test.

steps?: SyntheticsStep[]

Array of steps for the test.

tags?: string[]

Array of tags attached to the test.

Type of the Synthetic test, browser.

Generated using TypeDoc