Forum Discussion
I am using cucumber <version>7.0.0</version>.
And Extent Report version-
<artifactId>extentreports-cucumber6-adapter</artifactId>
<version>2.8.4</version>
Haven't connect with Extent Report yet.
So, from what I can see from your response, and the documentation of extent reports which redirected me to the cucumber plugin you are using: https://github.com/grasshopper7/extentreports-cucumber6-adapter
The cucumber plugin you are using is compatible with cucumber-jvm version 6.
It seems there is not yet an adapter for cucumber-jvm 7: https://www.extentreports.com/docs/versions/5/java/plugins.html
- aurelien-reeves3 years agoStaff
Actually, Grasshopper7 did write a cucumber-jvm 7 plugin: https://github.com/grasshopper7/extentreports-cucumber7-adapter
- gaurav893 years agoNew Contributor
Thank you so much, issue got resolved after updating the version.