执行 Nunit 测试期间进程终止
我有一个测试项目需要花费大量时间来测试用例。 我已经使用 Nunit、msbuild 配置了 Cruisecontrol.net。 现在,如果我在 Nunit 执行期间运行我的项目,它会终止进程并使构建失败。 此外,如果您强制构建,则结果不会更新,它会显示最后的构建结果,并且即使测试通过,在查看结果后也会给出 Textfixturesetup 失败。
I have a test project that takes alot of time to test cases. I have configured cruisecontrol.net with Nunit, msbuild. Now if I run my project during the execution of Nunit it kills the process and fail the build. Also if you force a build then results are not updated it shows the last build results and also giving Textfixturesetup failed after viewing the results even if the tests passes.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
“在 NUnit 执行期间运行您的项目”是什么意思? 您的意思是 CCNet 和 Visual Studio 在同一个盒子上吗?
如果是这种情况,那么您可能不需要该配置。 首先将 CCNet 放在单独的机器上。
What do you mean by "run your project during the execution of NUnit"? Do you mean that you have CCNet and Visual Studio on the same box?
If that's the case, then you probably do not want that configuration. Start with putting CCNet on a separate machine.
看起来非常类似于 您的另一个问题。 请参阅那里的答案以获取更多信息。
Looks rather similar to another one of your questions. See answers there for more info.