scribd/JUnit XML Parser
Parse test reports (for example junit.xml created by xcpretty)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The junit file to parse | no | — |
| content | The junit string to parse | no | — |
| fail-on-error | Should cancel workflow if parsing fails | — | true |
Outputs
| name | description |
|---|---|
| parsed | Boolean specifying if parsing succeeded |
| total-test-count | The number of tests that were ran |
| success-test-count | The number of tests that succeeded |
| failure-test-count | The number of tests that failed |
| json | The fully parsed content as JSON |