Interface AutoTestRedactedTestConfigurationOutput

Redacted configuration of the Test phase.

interface AutoTestRedactedTestConfigurationOutput {
    steps: AutoTestRedactedTestStepOutput[];
}

Properties

Properties

The steps of the Test phase.