func WriteJUnitReport(report ginkgo.Report, filename string) error
WriteJUnitReport generates a JUnit file that is shorter than the one normally written by `ginkgo --junit-report`. This is needed because the full report can become too large for tools like Spyglass (https://github.com/kubernetes/kubernetes/issues/111510).