Interface AutoTestTestConfigurationInput

Input configuration of the Test phase.

interface AutoTestTestConfigurationInput {
    steps: AutoTestTestStepInput[];
}

Properties

Properties

The steps of the Test phase.