Object describing a step for a Synthetic test.

Hierarchy

  • SyntheticsStepDetail

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
allowFailure?: boolean

Whether or not the step was allowed to fail.

browserErrors?: SyntheticsBrowserError[]

Array of errors collected for a browser test.

Type of assertion to apply in an API test.

description?: string

Description of the test.

duration?: number

Total duration in millisecond of the test.

error?: string

Error returned by the test.

The browser test failure details.

Navigate between different tabs for your browser test.

screenshotBucketKey?: boolean

Whether or not screenshots where collected by the test.

skipped?: boolean

Whether or not to skip this step.

snapshotBucketKey?: boolean

Whether or not snapshots where collected by the test.

stepId?: number

The step ID.

subTestStepDetails?: SyntheticsStepDetail[]

If this step includes a sub-test. Subtests documentation.

timeToInteractive?: number

Time before starting the step.

Step type used in your Synthetic test.

url?: string

URL to perform the step against.

value?: any

Value for the step.

vitalsMetrics?: SyntheticsCoreWebVitals[]

Array of Core Web Vitals metrics for the step.

Warning collected that didn't failed the step.

Generated using TypeDoc