Interface AutoTestTestTimeoutEachStepOutput

A step to set the timeout for a step.

interface AutoTestTestTimeoutEachStepOutput {
    children: AutoTestTestStepOutput[];
    id: string;
    timeout?: number;
}

Properties

Properties

The children of this wrapper step.

id: string

The id of this step.

timeout?: number

The amount of time each step has.