如何在竹子中重新运行失败的测试?

发布于 2024-12-11 11:11:19 字数 176 浏览 1 评论 0原文

我们正在对竹子进行测试。但是,如果竹子上的任何测试失败,我们就必须再次运行竹子进行所有测试。有什么方法可以让我们只对竹子进行失败的测试吗?是否需要更改我们的框架意味着 ant build.xml 文件或 testNG 文件中的任何帮助,因为我们使用 java+Ant+TestNG 来执行测试用例。或者竹子里有什么东西可以帮助我们吗???

We are running our tests o bamboo. But if any test failed on bamboo we have to run the bamboo again with the all tests. Is there any way with which we can run only failed tests on bamboo. Is there is a need to change in our framework means any help in ant build.xml file or testNG file as we are using java+Ant+TestNG for our test cases to execute. Or is there is any thing in bamboo that help us ?????

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

妄想挽回 2024-12-18 11:11:19

我怀疑 Bamboo 能否为你解决这个问题。听起来您需要一种方法来识别失败的构建,然后再次触发它们。您很可能需要在竹制的单独计划中使用它。这些细节很可能必须在您的测试调用框架中处理。

I doubt that Bamboo can solve this problem for you. It sounds like you need a way to identify the failing builds, and then trigger them again. Most likely you'd need this in a separate plan in bamboo. The details would have to be handled in your test calling framework most likely.

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