Interface AutoTestRedactedTestTimeoutEachStepOutput

A step to set the timeout for a step (redacted).

interface AutoTestRedactedTestTimeoutEachStepOutput {
    children: AutoTestRedactedTestStepOutput[];
    id: string;
    timeout?: AutoTestRedactedPositiveDuration;
}

Properties

Properties

The children of this wrapper step.

id: string

The id of this step.

The amount of time each step has.