Interface AutoTestRedactedOutputStepOutput

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

interface AutoTestRedactedOutputStepOutput {
    description: AutoTestDescription;
    id: string;
    name: string;
    toUpload: AutoTestRedactedString;
}

Properties

description: AutoTestDescription

The description of this step.

id: string

The id of this step.

name: string

The name of this step.

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