Open softwaredev999 opened 2 years ago
Hello,
I am able to generate the extent report but I cant see the HTML report scroll bar, Because of that, I cant see the rest of the report.
POM:
<!-- https://mvnrepository.com/artifact/com.aventstack/extentreports --> <dependency> <groupId>com.aventstack</groupId> <artifactId>extentreports</artifactId> <version>5.0.9</version> </dependency> <!-- https://mvnrepository.com/artifact/com.relevantcodes/extentreports --> <dependency> <groupId>com.relevantcodes</groupId> <artifactId>extentreports</artifactId> <version>2.41.2</version> </dependency>
i am also facing same issue, I can see the scroll bar only after a mouse scroll
Hello,
I am able to generate the extent report but I cant see the HTML report scroll bar, Because of that, I cant see the rest of the report.
POM: