Information about a sub-step in a nested test execution.

Hierarchy

  • SyntheticsTestResultSubStep

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
level?: number

Depth of the sub-step in the execution tree.

Reference to the parent step of a sub-step.

Reference to the parent test of a sub-step.

Generated using TypeDoc