Export test results in JUnit XML format for CI integration (GitHub Actions, Jenkins, etc.). `TestRunResult` already has all the data needed — this is a new output serializer. Should accept a path argument like `--junit-xml results.xml`.
Export test results in JUnit XML format for CI integration (GitHub Actions, Jenkins, etc.).
TestRunResultalready has all the data needed — this is a new output serializer. Should accept a path argument like--junit-xml results.xml.