Is your feature request related to a problem? Please describe.
Cucumber report(html, json formatter) doesn't include retried details when using --retry.
When we use --retry, report will mark the flaky test pass if there is one retry get pass. That is working as expected. However, if we can also add some details of retry in the report, e.g show the number of failed attempt, that will help us to find potential intermittent bugs, instead of hiding bugs.
The idea is coming from https://automationpanda.com/2021/06/14/are-automated-test-retries-good-or-bad/
Describe the solution you'd like
Something on the report to indicate there are retry attempts happened. Like the number of failed attempt. A example:

Is your feature request related to a problem? Please describe.
Cucumber report(html, json formatter) doesn't include retried details when using
--retry.When we use
--retry, report will mark the flaky test pass if there is one retry get pass. That is working as expected. However, if we can also add some details ofretryin the report, e.g show the number of failed attempt, that will help us to find potential intermittent bugs, instead of hiding bugs.The idea is coming from https://automationpanda.com/2021/06/14/are-automated-test-retries-good-or-bad/
Describe the solution you'd like

Something on the report to indicate there are retry attempts happened. Like the number of failed attempt. A example: