1
votes

I'm using Azure DevOps for configuring CI/CD. I have Selenium UI tests that runs in the CD pipeline. I'm planning to get a code coverage report on this test. So far I have the pipeline with the following tasks; enter image description here

As you can see the "Code coverage enabled" option is enabled. How can I view the coverage report? If not at least download it?

1

1 Answers

0
votes

Because you're on a release you need to you need to go to the Test Run that is produced by your release and view the Attachments

Prerequisite

You'll need to make sure the test task is uploading attachments. enter image description here

Nav from the release:

enter image description here


enter image description here


enter image description here

Nav from Test Management

enter image description here


enter image description here


enter image description here