Configuration for Continuous Testing.

Hierarchy

  • SyntheticsCITest

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

Disable certificate checks in API tests.

Object to handle basic authentication when performing the test.

body?: string

Body to include in the test.

bodyType?: string

Type of the data sent in a Synthetic API test.

cookies?: string

Cookies for the request.

deviceIds?: SyntheticsDeviceID[]

For browser test, array with the different device IDs used to run the test.

followRedirects?: boolean

For API HTTP test, whether or not the test should follow redirects.

headers?: {
    [key: string]: string;
}

Headers to include when performing the test.

Type declaration

  • [key: string]: string
locations?: string[]

Array of locations used to run the test.

Metadata for the Synthetic tests run.

publicId: string

The public ID of the Synthetic test to trigger.

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

startUrl?: string

Starting URL for the browser test.

variables?: {
    [key: string]: string;
}

Variables to replace in the test.

Type declaration

  • [key: string]: string

Generated using TypeDoc