Interface AutoTestJunit5StepInput

Run Junit5 with a given test file.

interface AutoTestJunit5StepInput {
    description?: AutoTestDescription;
    id?: string;
    name?: string;
    testFile: AutoTestJunit5TestFile;
    version: AutoTestJunit5Version;
}

Properties

description?: AutoTestDescription

The description of this step.

id?: string

The id of this step.

name?: string

The name of this step.

The test file to compile and run.

The version of junit to use.