今天有哪些好的 Eclipse 持续测试工具 (2010)

发布于 2024-09-06 11:47:59 字数 219 浏览 5 评论 0原文

问题就在标题里。

这几乎是同一个问题,但它已经过时了,所以我认为不应将其视为重复:

现在有什么好的 Eclipse 持续测试插件吗?

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

云裳 2024-09-13 11:47:59

我发现通常最好不要在本地 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.

时间海 2024-09-13 11:47:59

我想该领域没有太多变化,所以这个问题的答案仍然是我们最好的答案:

现在有什么好的 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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文