pmeier/pytest-results-actions
Post pytest results to the workflow summary
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | A list of JUnit XML files, directories containing the former, and wildcard patterns to process. See @actions/glob for supported patterns. | yes | — |
| summary | Add a summary of the results at the top of the report | no | true |
| display-options | Select which results should be included in the report. Follows the same syntax as `pytest -r` | no | fEX |
| fail-on-empty | Fail the workflow if no JUnit XML was found | no | true |
| title | Title of the test results section in the workflow summary | no | Test results |
Outputs
no outputs