The Test step used in a Synthetic multi-step API test.

Hierarchy

  • SyntheticsAPITestStep

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.

assertions: SyntheticsAssertion[]

Array of assertions used for the test.

extractedValues?: SyntheticsParsingOptions[]

Array of values to parse and save as variables from the response.

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 Synthetic test request.

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

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

Generated using TypeDoc