Test View and Test Steps are showing same count in extent report 3.X

1.1k Views Asked by At

I am working on Automation Project using Selenium. I follow a keyword driven approach where all my locators and data are retrieved from excel sheet.

I am trying to incorporate extent report 3.0.6 into my project. Post execution, it shows the count of test step and test view as same.

My scenario is Test View should be 1 and Test Steps should be 7.

Do we have any sample code or example to understand the reporting issue? Any sugesstion to implement any other report ?

1

There are 1 best solutions below

0
On

This was one of the fixes in 3.0.7. You can use AnalysisStrategy.CLASS to fix this.