Interface AutoTestPytestStepInput

Run pytest with a given test file.

interface AutoTestPytestStepInput {
    description?: AutoTestDescription;
    id?: string;
    name?: string;
    script: string;
    version: AutoTestPytestVersion;
}

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 pytest test file that should be executed.

The version of pytest to install.