Interface AutoTestRedactedRunIfStepOutput

A step that controls if a it's children should run (redacted).

interface AutoTestRedactedRunIfStepOutput {
    children: AutoTestRedactedTestStepOutput[];
    condition: AutoTestRedactedRunIfCondition;
    id: string;
}

Properties

Properties

The children of this wrapper step.

The condition for that determines if the children should run.

id: string

The id of this step.