Expand description
JUnit XML output for CI test dashboards.
Each scenario maps to a <testcase>; a budget/regression failure or an
unexpected simulation outcome maps to a <failure>, so existing CI tooling
can surface compute regressions as test failures.
Functionsยง
- render
- Render
reportas a JUnit<testsuite>document.