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

Should I have separate extent report htmls for each suite #83

Open skhandekar1 opened 2 years ago

skhandekar1 commented 2 years ago

When I run multiple suites using testng, level file, is it common convention to have single extent report html for all suites or should I have separate ones for each suite? When I say extent.flush(), the instance still remains, thus preventing me from creating a new report for each test.