Interface AutoTestTestConfigurationOutput

Output configuration of the Test phase.

interface AutoTestTestConfigurationOutput {
    steps: AutoTestTestStepOutput[];
}

Properties

Properties

The steps of the Test phase.