worker junit-parser
worker junit-parser command helps you to parse junit files and print a summary.
It displays the number of tests, the number of passed tests, the number of failed tests and the number of skipped tests.
Examples: $ ls result1.xml result2.xml $ worker junit-parser result1.xml 10 10 0 0 $ worker junit-parser *.xml 20 20 0 0
worker junit-parser