Interface AutoTestRedactedTestUploadFilesStepOutput

A step to upload fixtures to your VM (redacted).

interface AutoTestRedactedTestUploadFilesStepOutput {
    description: AutoTestDescription;
    files: AutoTestRedactedUploadedFilesOutput;
    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.