简体   繁体   English

Azure DevOps 部署管道中的覆盖率报告

[英]Coverage reports in Azure DevOps deployment pipeline

I'm using Azure DevOps for configuring CI/CD.我正在使用 Azure DevOps 来配置 CI/CD。 I have Selenium UI tests that runs in the CD pipeline.我有在CD管道中运行的 Selenium UI 测试。 I'm planning to get a code coverage report on this test.我计划获得有关此测试的代码覆盖率报告。 So far I have the pipeline with the following tasks;到目前为止,我有以下任务的管道; 在此处输入图片说明

As you can see the "Code coverage enabled" option is enabled.如您所见,“启用代码覆盖率”选项已启用。 How can I view the coverage report?如何查看覆盖率报告? If not at least download it?如果不是至少下载它?

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.您需要确保测试任务正在上传附件。 在此处输入图片说明

Nav from the release:来自发布的导航:

在此处输入图片说明


在此处输入图片说明


在此处输入图片说明

Nav from Test Management来自测试管理的导航

在此处输入图片说明


在此处输入图片说明


在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM