Interface AutoTestSetupConfigurationOutput

Output configuration of the Setup phase.

interface AutoTestSetupConfigurationOutput {
    metadata: AutoTestSetupMetadata;
    steps: AutoTestSetupStepOutput[];
}

Properties

Properties

Metadata for the Setup phase.

The steps of the Setup phase.