Interface AutoTestAllowInternetStepOutput

Enable the internet for sub blocks.

interface AutoTestAllowInternetStepOutput {
    children: AutoTestTestStepOutput[];
    id: string;
}

Properties

Properties

The children of this wrapper step.

id: string

The id of this step.