Interface AutoTestRunInStepInput

Run certain steps only in a specific environment.

interface AutoTestRunInStepInput {
    children?: AutoTestTestStepInput[];
    environment: AutoTestRunInEnvironment;
    id?: string;
}

Properties

The children of this wrapper step.

The place the children should run.

id?: string

The id of this step.