Interface AutoTestOutputStepOutput

With this step you can export files from an AutoTest run to be displayed on the code viewer page.

interface AutoTestOutputStepOutput {
    description: AutoTestDescription;
    id: string;
    name: string;
    toUpload: string;
}

Properties

description: AutoTestDescription

The description of this step.

id: string

The id of this step.

name: string

The name of this step.

toUpload: string

The directory or file that should be uploaded. You can use wildcards here.