extentreports-java icon indicating copy to clipboard operation
extentreports-java copied to clipboard

SparkReporter: Test Results Summary

Open realulim opened this issue 3 years ago • 1 comments

The ExtentHtmlReporter provided a summary of the test results at the top of the page, which the SparkReporter doesn't. The only way to get at that information with the SparkReporter is to go to the dashboard page. But it is inconvenient to have the summary ("3 of 24 tests failed") on another page than the actual test results, because it makes the user switch back and forth between both pages when reviewing the test results.

Therefore I would suggest to reinstate that functionality from the ExtentHtmlReporter. An alternative would be to let the user configure the dashboard page to also include the test results. Then the dashboard page could be made the front page.

realulim avatar Oct 29 '21 14:10 realulim

Fixed this in my fork: https://github.com/realulim/extentreports-java

realulim avatar Jan 24 '22 11:01 realulim