extent-framework / extentreports-cucumber4-adapter

Cucumber4 Adapter for Extent Framework
http://extentreports.com/docs/versions/4/java/cucumber2.html
Apache License 2.0
39 stars 22 forks source link

Retried scenarios are still showing in the report #71

Open Bhagyacse opened 3 years ago

Bhagyacse commented 3 years ago

Hi .. I have added reTryListener to my cucumber project and when the scenarios is re-run for 3 or 5 times , all those logs are coming in Extent report . how should i remove those duplicate logs. It made the report messed up by printing logs for 5 times.

Could you please help how i can remove the logs when tests are skipped.