简体   繁体   English

使用Visual Studio创建类似于NUnit报告的HTML报告

[英]Create HTML report like NUnit report using Visual Studio

I have a NUnit project which creates xml reports at the end of NUnit test. 我有一个NUnit项目,该项目在NUnit测试结束时创建xml报告。

I want to create a custom report with additional links example i want to give links to some project specific files locations. 我想创建一个带有其他链接示例的自定义报告,我想提供一些项目特定文件位置的链接。

How to create such a custom report within C# project? 如何在C#项目中创建这样的自定义报告? Do I need to use ASP.net in it or is there any other method? 我需要在其中使用ASP.net还是其他方法?

Use Report Unit. 使用报告单位。 Following link has examples using NUnit and other tools 以下链接包含使用NUnit和其他工具的示例

http://relevantcodes.com/reportunit-report-generator/ http://relevantcodes.com/reportunit-report-generator/

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

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