NUnit的TestResult.xml显示得很好吗?
我正在运行 nunit-console 程序来在构建脚本运行后测试一些程序集。然后将 TestResult.xml
复制到静态 Web 服务器。
我正在寻找一种工具,可以将 xml 输出格式化为一个漂亮的 html 页面,该页面显示的结果类似于 NUnit GUI 的显示方式。我正在寻找一种颜色编码的分层显示,以便在出现故障时轻松扫描。
有人知道这样的工具吗?或者也许我在文档中遗漏了一些东西,而 NUnit 已经可以满足我的要求了。
Im running the nunit-console
program to test some assemblies after the build script is run. The TestResult.xml
is then copied to a static web server.
Im looking for a tool that could format the xml output into a nice html page that displays the results similar to how the NUnit GUI does it. Im looking for a color coded hierarchal display for easy scanning if something failed.
Anyone know of such a tool? Or maybe Im missing something in the docs and NUnit can already do what I ask for.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定它对您有多大用处,但目前我唯一能想到的是作为 CruiseControl.net 的一部分分发的 xsl 样式表。您可以从以下位置下载:
http://sourceforge.net/projects/ccnet /files/CruiseControl.NET%20Releases/CruiseControl.NET%201.5/
如果您选择 zip 文件,则 xsl 位于 /WebDashboard/xsl/tests.xsl (如果我没记错的话)
I am not sure how useful it will be for you, but the only thing I can think of at the moment are the xsl stylesheets distributed as part of CruiseControl.net. You can download it from:
http://sourceforge.net/projects/ccnet/files/CruiseControl.NET%20Releases/CruiseControl.NET%201.5/
if you go for the zip file, the xsl is in /WebDashboard/xsl/tests.xsl (if I remember correctly)