今天有哪些好的 Eclipse 持续测试工具 (2010)
The question is in the title.
This is almost the same question, but it's dated, so I think one should not be considered a dup:
Are there any good Continuous Testing plugins for Eclipse out right now?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我发现通常最好不要在本地 IDE 中进行持续集成测试。你最好拥有一个运行 Hudson、Jenkins、Cruise Control 等的集成/自动化服务器。这样,测试总是针对 SVN 中的内容进行,相同的测试适用于所有开发人员代码,并且环境“怪异”不影响您的测试。也就是说,在本地和集成服务器上运行单元测试并不是一个坏主意。如果您的测试在本地失败,那么一旦您提交,它们也将无法工作。
I find that it is generally best not to do your continuous integration tests inside your local IDE. You are much better off having an integration./automation server running Hudson, Jenkins, Cruise Control, etc. This way the tests are always done against what is in SVN, the same tests are applied to all developers code, and environmental 'weirdness' does not impact your testing. That said, it is not a bad idea to run your unit tests both locally and on the integration server. If your tests fail locally, they aren't going to work once you commit, either.
我想该领域没有太多变化,所以这个问题的答案仍然是我们最好的答案:
现在有什么好的 Eclipse 持续测试插件吗?
I guess there isn't much movement in that area, so the answers to this question are still the best we have:
Are there any good Continuous Testing plugins for Eclipse out right now?