Interface AutoInstallPytestStepOutput

The automatic installation for the Pytest step.

interface AutoInstallPytestStepOutput {
    id: string;
    version: AutoTestPytestVersion;
}

Properties

Properties

id: string

The id of this step.

The version to install.