Description
Creates JUnit XML test result documents from Python code. It helps custom test runners, CI scripts, and reporting tools publish results in a format many build systems understand.
Use it when test results need to be imported by CI dashboards or quality gates. Reports may include file paths, failure messages, or captured output, so avoid leaking secrets in test logs.