scribd/JUnit XML Parser

Parse test reports (for example junit.xml created by xcpretty)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
pathThe junit file to parseno
contentThe junit string to parseno
fail-on-errorShould cancel workflow if parsing failstrue
namedescription
parsedBoolean specifying if parsing succeeded
total-test-countThe number of tests that were ran
success-test-countThe number of tests that succeeded
failure-test-countThe number of tests that failed
jsonThe fully parsed content as JSON