extentreports-cucumber7-adapter
extentreports-cucumber7-adapter copied to clipboard
How to replace or remove the duplicate scenarios
Currently i am using extent reports cucumber adapter for reporting. I am re-run failed automation script so the problem is, if scenario failed at first time and passed 2nd time then it's appending both failed and passed scenario (kind of duplicate). how we can replace failed scenario by passed or latest execution of scenario.
I tried to find any property to set as replace and not append but couldn't find anything.
I am trying to implement this but hit a roadblock. Refer this - https://github.com/extent-framework/extentreports-java/issues/386
Do we have any update on this?