π What did you see?
The HTML report does not include scenarios which are skipped from being retried after exhaustion limit is hit
β
What did you expect to see?
HTML formatter would show failures
π¦ Which tool/library version are you using?
cucumber 11.1.1
html-formatter 23.1.0
π¬ How could we reproduce it?
Hit the exhaustion limit on a running context. So for example have a folder with 3 features and 3 scenarios. Have all 3 fail, set --retry 1 and --retry-total 2.
The third scenario won't feature in the report.
π Any additional context?
#1669 introduced it
π What did you see?
The HTML report does not include scenarios which are skipped from being retried after exhaustion limit is hit
β What did you expect to see?
HTML formatter would show failures
π¦ Which tool/library version are you using?
cucumber 11.1.1
html-formatter 23.1.0
π¬ How could we reproduce it?
Hit the exhaustion limit on a running context. So for example have a folder with 3 features and 3 scenarios. Have all 3 fail, set --retry 1 and --retry-total 2.
The third scenario won't feature in the report.
π Any additional context?
#1669 introduced it