automodality/XUnit Viewer
HTML Test Reports for XUnit / JUnit
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
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 |