显示 NUnit 运行的结果,CruiseControl.Net 1.5.7256.1
我们最近将 CruiseControl.Net 1.4.2 升级到 1.5.7256.1。令我们沮丧的是,之前的 nunit 结果页面已经消失了。我们现在得到的只是一个构建日志,其中包含构建命令行的详细输出。
经过一番研究,我们发现您可以从 ccnet 仪表板主页面登录“仪表板管理员”并安装 NUnit 软件包。然而,这并没有改变我们构建的输出以包含 NUnit 结果页面。
我们需要在这里做一些额外的事情来显示我们的输出吗?任何帮助将不胜感激。在我在谷歌上进行彻底搜索之前,我不会去堆栈溢出。我很惊讶没有人对此感到困惑或抱怨。
仅供参考,我们正在将 nunit XML 输出合并到项目配置中。
We recently upgraded CruiseControl.Net 1.4.2 to 1.5.7256.1. To our dismay the nice nunit results page that had previously been there had disappeared. All we get now is a build log with the verbose output from command line of our build.
After some research we discovered you can log into "Dashboard Administrator" from the main ccnet dashboard page and install the NUnit package. However, this did not change the output of our builds to include a NUnit result page.
Is there something extra we need to do here to have our output displayed? Any help would be greatly appreciated. I don't goto stack overflow until I've exhaustively searched on Google. I'm surprised no one else is confused or complaining about this.
FYI, we are merging our nunit XML output in the project configuration.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不习惯 Dashboard Administrator 的东西,但你可以 手动编辑
dashboard.config
。与早期版本相反,CCNET 1.5 版带有裸配置文件。或者,您可以简单地将配置文件替换为 1.4
dashboard.config
。I'm not used to the Dashboard Administrator stuff, but you can edit the
dashboard.config
manually. Opposite to earlier versions CCNET version 1.5 comes with a naked configuration file.Alternatively you may simply replace the configuration file with your 1.4
dashboard.config
.可能重复 Cruise Control .net:使用包并显示 NUnit 结果
Possible duplicate of Cruise Control .net: Using packages and showing NUnit results