如何在竹子中重新运行失败的测试?
我们正在对竹子进行测试。但是,如果竹子上的任何测试失败,我们就必须再次运行竹子进行所有测试。有什么方法可以让我们只对竹子进行失败的测试吗?是否需要更改我们的框架意味着 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我怀疑 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.