Attributes of a Synthetic test result.

Hierarchy

  • SyntheticsTestResultAttributes

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

Batch information for the test result.

CI information associated with the test result.

Device information for the test result (browser and mobile tests).

Git information associated with the test result.

Location information for a Synthetic test result.

Full result details for a Synthetic test execution.

testSubType?: SyntheticsTestSubType

Subtype of the Synthetic test that produced this result.

Type of the Synthetic test that produced this result.

Generated using TypeDoc