简体   繁体   English

如何在nunit-results.exe生成的html报告中显示nunit结果xml文件中的单个测试名称

[英]how to display indiviudal test names from a nunit result xml file in the nunit-results.exe generated html report

I have run nunit-console on my tests and generated the result.xml file. 我已经在测试中运行了nunit-console并生成了result.xml文件。 Then I used nunit-results.exe to generate html report. 然后,我使用nunit-results.exe生成html报告。 How ever the report doesnt show any unit test method names. 该报告如何不显示任何单元测试方法名称。 I need to know if there is any option in nunit-results.exe to display the test method names in html report or is there any tool to do the same 我需要知道nunit-results.exe中是否有任何选项可以在html报告中显示测试方法的名称,或者是否有任何工具可以执行相同的操作

找到了解决我的问题的方法创建了一个定制版本的nunit-results,以显示单个测试名称,这要归功于Charlie Pool( https://launchpad.net/~charlie.poole )使源可用

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

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