The subtest step used in a Synthetics multi-step API test.

Hierarchy

  • SyntheticsAPISubtestStep

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
allowFailure?: boolean

Determines whether or not to continue with test if this step fails.

alwaysExecute?: boolean

A boolean set to always execute this step even if the previous step failed or was skipped.

exitIfSucceed?: boolean

Determines whether or not to exit the test if the step succeeds.

extractedValuesFromScript?: string

Generate variables using JavaScript.

id?: string

ID of the step.

isCritical?: boolean

Determines whether or not to consider the entire test as failed if this step fails. Can be used only if allowFailure is true.

name: string

The name of the step.

Object describing the retry strategy to apply to a Synthetic test.

subtestPublicId: string

Public ID of the test to be played as part of a playSubTest step type.

The subtype of the Synthetic multi-step API subtest step.

Generated using TypeDoc