extent-framework / extentreports-java

Extent Reporting Library, Java
http://extentreports.com
Apache License 2.0
224 stars 127 forks source link

Unable to navigate to the test case from Category section in version 5.1.1 #418

Closed sanoj-s closed 3 months ago

sanoj-s commented 10 months ago

Unable to navigate to the test case from the Category section in version 5.1.1. When I click on the test case link from Category section, nothing happens and stay in the same page. It should navigate to the selected test case. Same feature is working as expected in version 5.1.0

rado-o commented 8 months ago

Is there any update on this issue available?

piotr-ponikowski-source commented 3 months ago

I was also looking for fix, and it looks it is already fixed through: https://github.com/extent-framework/extentreports-java/issues/417

anshooarora commented 3 months ago

Thanks @piotr-ponikowski-source - it was fixed and the latest release is also available:

<dependency>
    <groupId>com.aventstack</groupId>
    <artifactId>extentreports</artifactId>
    <version>5.1.2</version>
</dependency>