A turn in a goal-based browser test, grouping steps and reasoning.

Hierarchy

  • SyntheticsTestResultTurn

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

Storage bucket keys for artifacts produced during a step or test.

name?: string

Name of the turn.

reasoning?: string

Agent reasoning produced for this turn.

status?: string

Status of the turn (for example, passed, failed).

Steps executed during the turn.

turnFinishedAt?: number

Unix timestamp (ms) of when the turn finished.

turnStartedAt?: number

Unix timestamp (ms) of when the turn started.

Generated using TypeDoc