junit test output parser in go
$ go install github.com/jeff-roche/juparse@latest$ juparse -file MyTestOutput.xml-vVerbosity - Show reason for failed and skipped tests-passedFilter to passed tests-skippedFilter to skipped tests-failedFilter to failed tests
Filter flags can be combined to create specific outputs:
# This will show failed and skipped tests with the reason
$ juparse -file MyTestOutput.xml -v -skipped -failed