Adding Publish Reports Task
In order to add test case execution reports to the respective TFS test case, you must configure this additional task into your CI-CD build pipeline.
To configure this task into the build pipeline:
- Add new CI-CD pipeline or edit the existing pipeline.
For more information on creating and configuring CI-CD pipelines, refer to the TFS/Azure DevOps documentation. - Click the + icon to add new task.
- Search and select the Publish Report Task and add it.
- Set this task to execute prior to unit test task execution.
Your task is now ready for use in the CI-CD pipeline.