Skip to content

Releases: deblockt/cucumber-report-annotations-action

add error on undefined steps

30 Jul 18:32
Compare
Choose a tag to compare

allow to fail the check when a step is undefined.
This feature is enable of when check-status-on-undefined and annotation-status-on-undefined are configured

fix error when more than 50 error

22 Jul 07:06
Compare
Choose a tag to compare
v1.5

fix: fail when more than 50 error

feat: add number of error on pr detail

21 Jul 09:34
Compare
Choose a tag to compare

add number of error on PR check view if some test are failed.

fix success check when all test are succeed

21 Jul 06:39
Compare
Choose a tag to compare
v1.3

feat: success check when all is ok

Add some configuration

14 Jul 09:35
Compare
Choose a tag to compare

Add the following configuration:

  • path (optional, default: **/cucumber-report.json): the glob path to get cucumber report on json format
  • check-status-on-error (optional, default: failure): the check status to use on cucumber error. Can be 'neutral' or 'failure'
  • annotation-status-on-error (optional, default: failure): the annotation status on error. Can be 'notice', 'warning', 'failure'

Add annotation title

14 Jul 06:52
Compare
Choose a tag to compare

Add scenario name as annotation title

Cucumber Report Action first release

13 Jul 14:34
Compare
Choose a tag to compare
  • allow to get test report on git action
  • add annotation on file when a cucumber report fail