将 XML 结果解析到 cc.net 中
使用了解析器
我已在线程将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
CruiseControl.net 已经有一个 xsl 用于显示健身结果。您不需要解析任何内容。
CruiseControl.net already has an xsl for displaying Fitnesse results. You shouldn't need to parse anything.
在您的 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
对我来说,它按照此处给出的说明进行工作: http://gojko.net/FitNesse/book /ch10s03.html
For me it´s working following the instructions given here: http://gojko.net/FitNesse/book/ch10s03.html