Interface AutoTestRedactedSimplePythonTestStepOutput

Run a python script (redacted).

interface AutoTestRedactedSimplePythonTestStepOutput {
    description: AutoTestDescription;
    id: string;
    name: string;
    script: AutoTestRedactedString;
}

Properties

description: AutoTestDescription

The description of this step.

id: string

The id of this step.

name: string

The name of this step.

The python script that should be executed.