Interface AutoTestRedactedRunInStepOutput

Run certain steps only in a specific environment (redacted).

interface AutoTestRedactedRunInStepOutput {
    children: AutoTestRedactedTestStepOutput[];
    environment: AutoTestRunInEnvironment;
    id: string;
}

Properties

The children of this wrapper step.

The place the children should run.

id: string

The id of this step.