actions-marketplace-validations/XUnit Viewer
HTML Test Reports for XUnit / JUnit
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 18, 2021
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/automodality_action-xunit-viewer@4db87db7ad7ad142211c42e9db643e85e40c50ca # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| results | File/Folder of test results | yes | test-reports |
| title | HTML title e.g. "My Tests". Default is Repository Name. | no | ${{ github.repository }} |
| output | Output filename including optional path | no | — |
| fail | Return failing exit code when failure or error detected | no | true |
Outputs
| name | description |
|---|---|
| report-file | The file path where the report can be found. Equal to 'output' input. |
| report-dir | The directory where the report can be found. |
| report-name | Use this name with Artifact Upload for unique attachments |