renderXml : List TestReport -> StringRender test reports as a JUnit XML string.
junitReporter : HasIO m => String -> m (Reporter m)Create a JUnit XML reporter that accumulates test results and writes
them to the given file path when the suite completes.