Interface AutoTestIoTestStepOutput

The wrapper step for IO tests.

interface AutoTestIoTestStepOutput {
    children: AutoTestTestStepOutput[];
    id: string;
    name: string;
    script: string;
}

Properties

Properties

The children of this wrapper step.

id: string

The id of this step.

name: string

The name of this step.

script: string

The script that will be executed for the IO test.