Interface AutoTestCustomTestStepOutput

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

interface AutoTestCustomTestStepOutput {
    description: AutoTestDescription;
    id: string;
    name: string;
    script: string;
}

Properties

description: AutoTestDescription

The description of this step.

id: string

The id of this step.

name: string

The name of this step.

script: string

The custom test that will be executed.