A step executed during a goal-based browser test turn.

Hierarchy

  • SyntheticsTestResultTurnStep

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

Storage bucket keys for artifacts produced during a step or test.

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

Browser step configuration for this turn step.

Type declaration

  • [key: string]: any

Generated using TypeDoc