The steps used in a Synthetic mobile test.

Hierarchy

  • SyntheticsMobileStep

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

A boolean set to allow this step to fail.

hasNewStepElement?: boolean

A boolean set to determine if the step has a new step element.

isCritical?: boolean

A boolean to use in addition to allowFailure to determine if the test should be marked as failed when the step fails.

name: string

The name of the step.

noScreenshot?: boolean

A boolean set to not take a screenshot for the step.

The parameters of a mobile step.

publicId?: string

The public ID of the step.

timeout?: number

The time before declaring a step failed.

Step type used in your mobile Synthetic test.

Generated using TypeDoc