如何在visual studio测试结果中包含测试类别

时间:2017-06-21 02:07:05

标签: mstest vstest test-explorer trx test-results

如何确保我在单元测试中使用的测试类别包含在测试结果中。这样我就可以使用类别来过滤我的测试或使用按类别分组的trx2html生成html。

enter image description here

[Trait("Category", "1")]
public class MyFeature1Tests

[Trait("Category", "2")]
public class MyFeature2Tests

我可以在visual studio test explorer中看到按类别分组的测试。但是在测试结果(.trx)文件中是不可能的?

enter image description here

0 个答案:

没有答案