cucumber / cucumber/react-components
Reporting for retries
- Dominant language
- TypeScript
- Stars
- 38
- Forks
- 13
- Avg merge
- 16h 2m
- Merged PRs (30d)
- 7
Description
**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:

Contributor guide
Assessment
This issue has not been assessed yet.