Interface AutoTestTestTimeoutEachStepInput

A step to set the timeout for a step.

interface AutoTestTestTimeoutEachStepInput {
    children?: AutoTestTestStepInput[];
    id?: string;
    timeout?: number;
}

Properties

The children of this wrapper step.

id?: string

The id of this step.

timeout?: number

The amount of time each step has.