A variable used or extracted during a test.

Hierarchy

  • SyntheticsTestResultVariable

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

Error encountered when evaluating the variable.

errorMessage?: string

Human-readable error message for variable evaluation.

example?: string

Example value for the variable.

id?: string

Variable identifier.

name?: string

Variable name.

pattern?: string

Pattern used to extract the variable.

secure?: boolean

Whether the variable holds a secure value.

type?: string

Variable type.

val?: string

Evaluated value of the variable.

value?: string

Current value of the variable.

Generated using TypeDoc