如何使用 MSTest 深入了解 Hudson 上的数据驱动单元测试结果
我们的持续集成服务器由Hudson 与 MSTest 。 我们使用 Hudson MSTest 插件。
一切工作正常,除了数据驱动的单元测试失败时出现问题。 MSTest 插件不知道如何进一步深入数据行,就像 Visual Studio 在单击失败的数据驱动单元测试时所做的那样。
因此,当数据驱动的单元测试失败时,Hudson 中的错误报告绝对没有用——没有堆栈,没有原因——什么都没有。
我如何解决它? 如果有其他解决方案,我很乐意放弃 MSTest 插件。
Our continuous integration server is powered by Hudson with MSTest.
We use the Hudson MSTest plugin.
Everything works fine, except there is a problem when a data driven unit test fails. The MSTest plugin does not know to drill further down the data rows, like the Visual Studio does when one clicks on a failed data driven unit test.
So, when a data driven unit test fails the error report in Hudson is absolutely useless - no stack, no reason - nothing.
How do I fix it? I will gladly abandon the MSTest plugin if there is another solution.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这个只需要作为 RFE 提交给问题跟踪器,以便感兴趣的各方最终可以处理它。
I think this one just needs to be filed as an RFE to the issue tracker, so that the interested party can work on it eventually.