webdriverio-community / wdio-html-reporter

Fork of wdio-html-format-reporter
MIT License
18 stars 27 forks source link

Unsuccessful retries count shown as failed in "wdio-html-nice-reporter" #103

Open GPSC1 opened 1 year ago

GPSC1 commented 1 year ago

Implemented "Retries" in cucumber project using "wdio-nice-html-reporter. Issue- If i have 1 test scenario which gets retried 3 times and gets passed on 3rd attempt then test report is not supposed to show this test scenario as failed but currently, Failed test cases count is shown as 2(failed retry attempt count) in report.

What is your expected behavior? If 1 test scenario is attempted thrice and passed on 3rd attempt then test scenario should be shown as passed If 1 test scenario is attempted thrice and never passed then failed test cases count should be just 1. ![Uploading MicrosoftTeams-image (53).png…]()

GPSC1 commented 1 year ago

@rpii Plz help