Interface AutoTestRedactedCustomTestStepOutput

Run a program that outputs the points achieved fraction to structured output (redacted).

interface AutoTestRedactedCustomTestStepOutput {
    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 custom test that will be executed.