在 TeamCity 中,是否有一种方法可以查看整个历史记录中按最常失败排序的测试报告?
我们有一些不可靠的测试——由于环境原因而不可靠。
我们希望查看哪些测试最常失败的历史记录,以便我们可以深入了解原因并修复导致特定失败或失败类别的环境问题。
这在 TeamCity 6.0.3 中可能吗?
我们了解各个测试历史记录(尽管该页面真的很难记住如何找到!),但这前提是我们已经知道我们实际上想要找出什么。
We have some unreliable tests - unreliable because of environmental reasons.
We'd like to see a history of which tests have failed the most often, so we can drill into why and fix the environment issue that causes that particular failure or class of failure.
Is this possible in TeamCity 6.0.3?
We know about individual test history (although that page is really hard to remember how to find!), but that pre-supposes we already know what we're actually trying to find out.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您转到项目的“当前问题”选项卡,顶部会出现一个类似“测试在 120 小时内失败”的链接。有一些统计数据可能与您正在寻找的内容相关。
更新:在较新版本的 TeamCity 中,此页面不可用。但是,有一个新的Flaky测试选项卡,它显示有关不可预测地失败的测试的信息,并且此页面包括测试失败计数器。
If you go to the "Current problems" tab for a project, there is a link like "tests failed within 120 hours" at the top. There is some statistics which may be relevant to what you're looking for.
UPDATE: In newer versions of TeamCity, this page is not available. But, there is a new Flaky tests tab, which shows information about tests which fail un-predictably, and this page includes test failure counters.