Interface AutoTestPytestStepOutput

Run pytest with a given test file.

interface AutoTestPytestStepOutput {
    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.