Interface AutoTestSnapshotStepInput

Do things in a snapshot of the VM.

interface AutoTestSnapshotStepInput {
    children?: AutoTestTestStepInput[];
    id?: string;
}

Properties

Properties

The children of this wrapper step.

id?: string

The id of this step.