I created automated Selenium tests with Java 11, Selenium, Cucumber an ExtentReport 4.1.1, see pom.xml. I created 1 single feature file containing 2 scenarios and used the HTML-3-version of ExtentReport interface. The test result of the feature has been 1 scenario paasing, the other failing. The text section of the Extent report page properly shows the Feature to fail, but the pie chart above incorrectly displays the feature as passed (all freen colour), see screenshot.
Can someone help? Please let me know if you need futher information.
-- Frank Bergemann
P.S. The fact I'm using Java 11 instead of Java 8, shouldn't matter in my point of view.


I created automated Selenium tests with Java 11, Selenium, Cucumber an ExtentReport 4.1.1, see pom.xml. I created 1 single feature file containing 2 scenarios and used the HTML-3-version of ExtentReport interface. The test result of the feature has been 1 scenario paasing, the other failing. The text section of the Extent report page properly shows the Feature to fail, but the pie chart above incorrectly displays the feature as passed (all freen colour), see screenshot.
Can someone help? Please let me know if you need futher information.
-- Frank Bergemann
P.S. The fact I'm using Java 11 instead of Java 8, shouldn't matter in my point of view.