junit2html:将Junit XML报告变成独立HTML报告

时间:2021-05-07 19:57:26
【文件属性】:
文件名称:junit2html:将Junit XML报告变成独立HTML报告
文件大小:64KB
文件格式:ZIP
更新时间:2021-05-07 19:57:26
Python Iunit Norton 托管在 这是一个简单的自包含python工具,可从单个junit xml文件生成单个html文件。 基本用法: $ junit2html JUNIT_XML_FILE [NEW_HTML_FILE] 或者 $ python -m junit2htmlreport JUNIT_XML_FILE [NEW_HTML_FILE] 例如: $ junit2html pytest-results.xml testrun.html 或者 $ python -m junit2htmlreport pytest-results.xml 高级用法: 呈现结果文本摘要 junit2html mytest-results.xml --summary-matrix 呈现结果的文本摘要,并在失败时退出非零值 junit2html --summary-matrix ./tests/
【文件预览】:
junit2html-master
----MANIFEST.in(73B)
----.travis.yml(116B)
----pytest.ini(71B)
----Pipfile(138B)
----tests()
--------test_example_output.py(893B)
--------test_parser_api.py(1KB)
--------junit-axis-solaris.xml(520B)
--------test_matrix_stdout.py(323B)
--------junit-axis-linux.xml(520B)
--------junit-sonobouy.xml(178KB)
--------test_matrix.py(2KB)
--------junit-simple_suites.xml(689B)
--------junit-jenkins-stdout.xml(5KB)
--------junit-unicode2.xml(334B)
--------junit-simple_suite.xml(623B)
--------test_junitparser_render.py(445B)
--------junit-axis-windows.xml(472B)
--------helpers.py(833B)
--------junit-complex_suites.xml(89KB)
--------__init__.py(0B)
--------junit-cute2.xml(3KB)
--------.gitignore(7B)
--------junit-testrun.xml(1KB)
--------pytest-binary-names.xml(227B)
--------test_junit2html.py(5KB)
--------junit-unicode.xml(709B)
--------inputfiles.py(307B)
--------junit-report-6700.xml(1KB)
--------test_tojunit.py(2KB)
----LICENSE(1KB)
----.gitlab-ci.yml(1KB)
----junit2htmlreport()
--------common.py(862B)
--------parserimpl.py(298B)
--------parser.py(13KB)
--------runner.py(3KB)
--------templates()
--------matrix.py(7KB)
--------__main__.py(106B)
--------report.css(2KB)
--------__init__.py(0B)
--------textutils.py(327B)
--------merge.py(2KB)
--------render.py(1KB)
----setup.py(741B)
----.gitignore(76B)
----README.md(2KB)
----junit2html(74B)

网友评论