newrelic/New Relic JUnit Reporter
Report JUnit-formatted test run output files to New Relic.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 4–6scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit Oct 31, 2023
- License
- Apache 2.0
Pinned Snippet
uses: newrelic/junit-reporter-action@a225f3d3753f08921149ddd803040fe593c4ad5c # v0.3.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ingestLicenseKey | Your New Relic Ingest License key. | yes | — |
| accountId | Your New Relic account ID. Custom events representing your test run will be posted to this account. | yes | — |
| region | The geographical region for your New Relic account - US or EU. Default: US | no | US |
| testOutputPath | The path to the JUnit output file. | yes | — |
| customAttributes | Any custom attributes to include in JSON format. | no | — |
Outputs
no outputs