Interface AutoTestSetupConfigurationInput

Input configuration of the Setup phase. Both fields are optional. An omitted field leaves that part unchanged.

interface AutoTestSetupConfigurationInput {
    metadata?: AutoTestSetupMetadata;
    steps?: AutoTestSetupStepInput[];
}

Properties

Properties

Metadata for the Setup phase. Omitted leaves the metadata unchanged.

The steps of the Setup phase. Omitted leaves the steps unchanged.