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

Hierarchy

  • SyntheticsTestResultBucketKeys

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

Key for the screenshot captured after the step (goal-based tests).

afterTurnScreenshot?: string

Key for the screenshot captured after the turn (goal-based tests).

artifacts?: string

Key for miscellaneous artifacts.

beforeStepScreenshot?: string

Key for the screenshot captured before the step (goal-based tests).

beforeTurnScreenshot?: string

Key for the screenshot captured before the turn (goal-based tests).

crashReport?: string

Key for a captured crash report.

deviceLogs?: string

Key for captured device logs.

emailMessages?: string[]

Keys for email message payloads captured by the step.

screenshot?: string

Key for the captured screenshot.

snapshot?: string

Key for the captured DOM snapshot.

source?: string

Key for the page source or element source.

Generated using TypeDoc