Interface AutoTestRedactedProgramStepOutput

A step to run a program and check its exit code (redacted).

interface AutoTestRedactedProgramStepOutput {
    description: AutoTestDescription;
    id: string;
    name: string;
    script: AutoTestRedactedString;
}

Properties

description: AutoTestDescription

The description of this step.

id: string

The id of this step.

name: string

The name of this step.

The script that will be executed.