将 XML 结果解析到 cc.net 中

发布于 2024-11-04 20:18:59 字数 350 浏览 4 评论 0原文

使用了解析器

我已在线程将 Fitnesse RESTFul XML 输出解析为 TFS 中 测试格式

我得到了我想要的 XML 格式的结果。

我想要 1:在 MSBuild 中包含此解析的运行作为目标,我想我已经快到了,有一个 Exec 目标 2:在cc.net中展示测试运行的结果。谁知道该怎么做?它包括将 XML 解析为 cc.net 可以解释的内容。

谢谢你,

马格努斯

I have used the parser in thread

Parse Fitnesse RESTFul XML output into TFS Test format

And I get the result in XML as I want.

I want to
1: include the running of this parsing in MSBuild as a Target and I think I am almost there, with a Exec target
2: show the results of the testrunning in cc.net. Anyone who knows how to do that? It inludes parsing the XML into something cc.net can interpret.

Thank You,

Magnus

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

执妄 2024-11-11 20:18:59

CruiseControl.net 已经有一个 xsl 用于显示健身结果。您不需要解析任何内容。

CruiseControl.net already has an xsl for displaying Fitnesse results. You shouldn't need to parse anything.

在你怀里撒娇 2024-11-11 20:18:59

在您的 CCNET 项目配置中,确保合并 Fitneese 报告中的 XML 结果文件。

http://confluence.public.thoughtworks.org/display/CCNET/File +合并+任务

In your CCNET project configuration, make sure you merge the XML result file from the Fitneese report.

http://confluence.public.thoughtworks.org/display/CCNET/File+Merge+Task

述情 2024-11-11 20:18:59

对我来说,它按照此处给出的说明进行工作: http://gojko.net/FitNesse/book /ch10s03.html

For me it´s working following the instructions given here: http://gojko.net/FitNesse/book/ch10s03.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文