Interface AutoTestRedactedIoTestStepOutput

The wrapper step for IO tests (redacted).

interface AutoTestRedactedIoTestStepOutput {
    children: AutoTestRedactedTestStepOutput[];
    id: string;
    name: string;
    script: AutoTestRedactedString;
}

Properties

Properties

The children of this wrapper step.

id: string

The id of this step.

name: string

The name of this step.

The script that will be executed for the IO test.