Interface AutoTestIoTestStepInput

The wrapper step for IO tests.

interface AutoTestIoTestStepInput {
    children?: AutoTestTestStepInput[];
    id?: string;
    name?: string;
    script: string;
}

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.