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