Skip to main content

Module reporting

Module reporting 

Source
Expand description

JUnit XML report generation for CI integration.

Converts VerifyReport results into JUnit XML format compatible with GitHub Actions, GitLab CI, Jenkins, and other CI systems.

Structs§

JunitFailure
Failure details for a JUnit test case.
JunitReport
A complete JUnit XML test suite for serialization.
JunitTestCase
A single test case within a JUnit report.

Functions§

write_junit_report
Writes a JUnit XML report to disk.