Class SyntheticsTestResultStepAssertionResult

Assertion result for a browser or mobile step.

Hierarchy

  • SyntheticsTestResultStepAssertionResult

Constructors

Properties

actual?: any

Actual value observed during the step assertion. Its type depends on the check type.

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
checkType?: string

Type of the step assertion check.

expected?: any

Expected value for the step assertion. Its type depends on the check type.

hasSecureVariables?: boolean

Whether the assertion involves secure variables.

Generated using TypeDoc