Interface AutoTestSetupConfigurationInput

Input configuration of the Setup phase. Does not include the metadata because it cannot be updated.

interface AutoTestSetupConfigurationInput {
    steps: AutoTestSetupStepInput[];
}

Properties

Properties

The steps of the Setup phase.