gpt4 book ai didi

html - 如何手动为 junit xml 报告创建 html 报告?

转载 作者:数据小太阳 更新时间:2023-10-29 02:03:10 26 4
gpt4 key购买 nike

我已经运行了 junit,它在 Junit 控制台中显示了结果,然后我导出了结果,它被保存为一些 test.xml。现在我想从中生成一个 html 报告,我该怎么做?我的项目很复杂,我不能正常做

<target name ="test" depends="run-tests">
<junitreport todir="${reports}">
<fileset dir="${reports}/raw/">
<include name="TEST-*.xml"/>
</fileset>
<report format="frames" todir="${reports}\html\"/>
</junitreport>
</target>

任何人任何可用于将 xml 格式的结果转换为 html 格式的工具。

最佳答案

只要给定 junit xml 文件(和 python),您就可以使用 junit2html 将 xml junit 报告文件转换为一个独立的 HTML 文件。 https://github.com/inorton/junit2html

很长一段时间以来,我一直想要一个工具来做这件事,所以终于在前几天坐下来试一试。它是纯 Python,因此应该作为独立工具在任何平台上运行。

关于html - 如何手动为 junit xml 报告创建 html 报告?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8589956/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com