Configuration object for a Synthetic API test.

Hierarchy

  • SyntheticsAPITestConfig

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
assertions?: SyntheticsAssertion[]

Array of assertions used for the test. Required for single API tests.

configVariables?: SyntheticsConfigVariable[]

Array of variables used for the test.

Object describing the Synthetic test request.

When the test subtype is multi, the steps of the test.

variablesFromScript?: string

Variables defined from JavaScript code.

Generated using TypeDoc