Cruisecontrol MSTest 问题 wenn 测试失败
我将 MSTest 与 CruiseControl 一起使用。当我运行编译和测试并且所有测试都通过时,我可以在仪表板中看到 mstest 结果。
例如:运行了 5 个测试。 5 项测试通过。 0 次测试失败。
当测试失败时,我希望看到这样的内容: 进行了 5 次测试。 1 失败。 4通过了。
但如果一个测试失败我会得到这个: 运行了 0 次测试。 0 已通过。 0 失败。
如果测试失败,巡航控制系统似乎会出现显示问题。
再见本比
i use MSTest with CruiseControl. When I run my compile and tests and all tests pass then I can see the mstest results in my dashboard.
for example: 5 tests ran. 5 tests passed. 0 tests failed.
when tests fail I would expect to see something like this:
5 tests ran. 1 failed. 4 passed.
but if one test fails I get this:
0 tests ran. 0 passed. 0 failed.
It looks like cruisecontrol has a display problem if tests fail.
bye bembi
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
解决了它。
我必须将文件合并块从任务块移到发布者块中:
solved it.
i had to move the file merge block out of the task block and into a publishers block: