Interface AutoTestRunInStepOutput

Run certain steps only in a specific environment.

interface AutoTestRunInStepOutput {
    children: AutoTestTestStepOutput[];
    environment: AutoTestRunInEnvironment;
    id: string;
}

Properties

The children of this wrapper step.

The place the children should run.

id: string

The id of this step.