extentreports-java
extentreports-java copied to clipboard
SparkReporter: Test Results Summary
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.
Fixed this in my fork: https://github.com/realulim/extentreports-java