deblockt/Cucumber Report to Annotations
Create an annotation of the test run summary and also list first n failed tests as seporate annotations
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| access-token | github token | yes | ${{ github.token }} |
| path | glob to cucumber json files | yes | **/cucumber-report.json |
| check-status-on-error | the check status to use on cucumber error. Can be 'success', 'neutral' or 'failure' | yes | failure |
| check-status-on-undefined | the check status to use on cucumber undefined steps. Can be 'success', 'neutral' or 'failure' | yes | success |
| check-status-on-pending | the check status to use on cucumber pending steps. Can be 'success', 'neutral' or 'failure' | yes | success |
| annotation-status-on-error | the annotation status on error. Can be 'notice', 'warning', 'failure' | — | failure |
| annotation-status-on-undefined | the annotation status on undefined steps. Can be 'notice', 'warning', 'failure'. if this property is not set, no annotation will be generated for undefined steps | — | — |
| annotation-status-on-pending | the annotation status on pending steps. Can be 'notice', 'warning', 'failure'. if this property is not set, no annotation will be generated for pending steps | — | — |
| show-number-of-error-on-check-title | if it is set to true, the number of errors will be indicated on the check title (visible on the pr check) | — | true |
| show-global-summary-report | if it is set to true, a full summary report will be display for each feature file. | — | false |
| number-of-test-error-to-fail-job | indicate the number of test in error to fail the build. If the value is -1 this action will never fail the build. | — | -1 |
| ignore-no-report-found | if it is set to true, the action will not fail if no cucumber report file is found. If it is set to false, the action will fail if no cucumber report file is found. | — | false |
| name | the name of the check | — | Cucumber report |
Outputs
no outputs