Python tool to convert junit / xunit xml reports to html file
-
Updated
Dec 19, 2023 - HTML
Python tool to convert junit / xunit xml reports to html file
This project utilizes the junit2html plugin to convert test result files from *.xml format to *.html. Additionally, in the case of multiple test reports, the plugin is used to merge them into a single *.html report file.
Transforms raw JUnit XML files into clean, standalone HTML reports. It allows developers to visualize test results, analyze failures, and share summaries via CI/CD pipelines without external dependencies.
To associate your repository with the junit2html topic, visit your repo's landing page and select "manage topics."