cucumber / cucumber/react-components

Reporting for retries

Open
#75 4 comments 3 reactions 0 assignees View on GitHub
:zap: enhancement
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:
![specflow-report](https://user-images.githubusercontent.com/31641325/126961755-ac5ac219-2b6f-4d04-adb4-e3cc94d22fc3.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.