Interface AutoTestTestUploadFilesStepInput

A step to upload fixtures to your VM.

interface AutoTestTestUploadFilesStepInput {
    description?: AutoTestDescription;
    files: AutoTestUploadedFileInput[];
    id?: string;
    name?: string;
}

Properties

description?: AutoTestDescription

The description of this step.

The files that will be uploaded to the VM.

id?: string

The id of this step.

name?: string

The name of this step.