JUnit XML report summary
Summarize a JUnit XML test report: pass/fail/skip counts, durations and failure details.
JUnit XML report summary
Paste a JUnit XML test report and this tool turns it into a readable summary: how many tests passed, failed or were skipped, which ones failed and why, and how long each test took. It reads the standard <testsuite>/<testcase> structure produced by JUnit, pytest, Jest (with a JUnit reporter), Go's gotestsum, PHPUnit and most other test runners and CI systems, so you can paste output straight from a build log or a downloaded artifact.
Turn on "Show only failed tests" to cut straight to what needs fixing, or "Sort by duration" to find your slowest tests — useful when a suite has quietly gotten slow and you need to know where the time goes. Group results by test class or by file to see which area of the codebase is failing, and cap long stack traces with "Truncate error messages" so a report full of assertion errors stays scannable. "Limit tests shown" caps how many rows appear, which pairs well with duration sorting for a "top N slowest" list, and "Show success rate" adds a pass percentage.
Paste several reports at once — for example the output of multiple CI jobs or test shards concatenated together — and the tool aggregates every <testcase> it finds and reports how many separate reports were detected. Choose the output that fits what's next: plain text to read, Markdown for a pull request comment, or CSV for a spreadsheet. Windows and Unix line endings are handled the same way.
Everything runs locally in your browser — the XML you paste, which may include internal file paths, class names or stack traces from a private codebase, is never uploaded anywhere. Copy the summary, download it as a .txt file, or send it to another tool's input to keep working with it.