Interface AutoTestRedactedPytestStepOutput

Run pytest with a given test file (redacted).

interface AutoTestRedactedPytestStepOutput {
    description: AutoTestDescription;
    id: string;
    name: string;
    script: AutoTestRedactedString;
    version: AutoTestPytestVersion;
}

Properties

description: AutoTestDescription

The description of this step.

id: string

The id of this step.

name: string

The name of this step.

The pytest test file that should be executed.

The version of pytest to install.