Interface AutoTestRunIfStepOutput

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

interface AutoTestRunIfStepOutput {
    children: AutoTestTestStepOutput[];
    condition: AutoTestRunIfCondition;
    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.