Configuration object for a Synthetic browser test.

Hierarchy

  • SyntheticsBrowserTestConfig

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.

configVariables?: SyntheticsConfigVariable[]

Array of variables used for the test.

Object describing the Synthetic test request.

setCookie?: string

Cookies to be used for the request, using the Set-Cookie syntax.

Array of variables used for the test steps.

Generated using TypeDoc