String extractJunitReport(String output) { return _extractPrefixedReport(output, junitReportPrefix) .replaceAll(r'\n', '\n'); }