【发布时间】:2021-05-31 09:17:09
【问题描述】:
有没有办法在 Azure DevOps Server 的测试结果页面中显示单元测试的 description 属性的内容?
为了避免使测试名称臃肿,我们在测试代码中使用了描述属性 (https://docs.microsoft.com/en-us/dotnet/api/microsoft.visualstudio.testtools.unittesting.descriptionattribute?view=mstest-net-1.3.2)。在管道执行测试(使用 VSTest 任务)后查看测试结果时,如果能看到这些信息会很不错。
【问题讨论】:
-
您好,这个问题有更新吗?请随时告诉我。只是提醒this。
标签: azure-devops mstest