Interface AutoTestRedactedAllowInternetStepOutput

Enable the internet for sub blocks (redacted).

interface AutoTestRedactedAllowInternetStepOutput {
    children: AutoTestRedactedTestStepOutput[];
    id: string;
}

Properties

Properties

The children of this wrapper step.

id: string

The id of this step.