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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
access-tokengithub tokenyes${{ github.token }}
pathglob to cucumber json filesyes**/cucumber-report.json
check-status-on-errorthe check status to use on cucumber error. Can be 'success', 'neutral' or 'failure'yesfailure
check-status-on-undefinedthe check status to use on cucumber undefined steps. Can be 'success', 'neutral' or 'failure'yessuccess
check-status-on-pendingthe check status to use on cucumber pending steps. Can be 'success', 'neutral' or 'failure'yessuccess
annotation-status-on-errorthe annotation status on error. Can be 'notice', 'warning', 'failure'failure
annotation-status-on-undefinedthe 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-pendingthe 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-titleif 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-reportif it is set to true, a full summary report will be display for each feature file.false
number-of-test-error-to-fail-jobindicate 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-foundif 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
namethe name of the checkCucumber report

no outputs