JUnit 结果聚合

发布于 2024-08-11 20:00:52 字数 86 浏览 2 评论 0原文

我熟悉在单个构建中聚合 junit 测试结果,但是是否有任何工具可以让您跨不同构建聚合结果?

我想找出哪些测试最常失败,尽管不一定是连续失败。

I'm familiar with aggregating junit test results within a single build, but are there any tools that let you aggregate results across different builds?

I'd like to discover which tests failed most frequently, though not necessarily continuously.

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

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

发布评论

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

评论(2

请远离我 2024-08-18 20:00:52

我会选择一个简单的 shell 脚本(grep+sed / awk),从不同的文本/xml 文件收集输出。
或者,您可以定义一个自定义格式化程序,将失败日志附加到单个文件中。

I'd go for a simple shell script (grep+sed / awk), gathering output from distinct text/xml files.
Alternatively, you could define a custom formatter which appends failure logs to a single file.

染年凉城似染瑾 2024-08-18 20:00:52

Maven 具有聚合支持,但这需要将整个构建切换到 Maven。

Maven has aggregation support, but that requires switching the whole build to maven.

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