Information about a sub-test played from a parent browser test.

Hierarchy

  • SyntheticsTestResultSubTest

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

Identifier of the sub-test.

playingTab?: number

Index of the browser tab playing the sub-test.

RUM application context associated with a step or sub-test.

Generated using TypeDoc