Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You must first configure your CI-CD pipeline accordingly to run test cases mapped to Azure DevOps test cases as a build process. Configuring CI-CD includes adding two custom tasks into the CI-CD pipeline and configure it for Qualitia automated test case execution. The section below details out steps to add and configure Qualitia-Get Test Assembly Task.

Adding Task in CI-CD Pipeline

  1. Log on to your Azure DevOps instance.
  2. Add new CI-CD pipeline or edit the existing pipeline.
    To create new pipeline, select required repository or use the Select classic view option.
    For more information on creating and configuring CI-CD pipelines, refer to the Azure DevOps documentation. 
  3. Click the + icon to add new task.
  4. Search and select the Qualitia-Get Test Assembly and add it.
  5. Set this task to execute prior to VS Test Task.
    Your task is now ready for use in the CI-CD pipeline.

Configure Qualitia-Get Test Assembly Task

After you add it the custom task into the CI-CD pipeline, you must configure it adding some details.

...