Configuration object for a Synthetic test.

Hierarchy

  • SyntheticsTestConfig

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.

Browser tests only - array of variables used for the test steps.

Generated using TypeDoc