extent-framework / extentreports-testng-adapter

TestNG Adapter for Extent Framework
http://extentreports.com/docs/versions/4/java/testng.html
Apache License 2.0
50 stars 14 forks source link

Update to extentreports 5.0.0 and now the adapter 1.0.7 doesn't work #15

Closed lgarelli-thefork closed 4 years ago

lgarelli-thefork commented 4 years ago

Hello, our dependabot updated extentreports to 5.0.0 and now when using the testng adapter version 1.0.7, no tests are found by testng. If I remove the @Listeners({ExtentITestListenerAdapter.class}) annotation then the tests are found (but no report generated)

Is this a known issue? Incompatibility between adapter version 1.0.7 and extent reports 5.0.0 ?

anshooarora commented 4 years ago

The plugin version 1.0.7 does not support the latest ExtentReports release. I would suggest to roll-back to 4.1.x series.

Version 5 will be supported by https://github.com/extent-framework/extentreports-testng-adapter/tree/v1.2.x to launch very soon.

lgarelli-thefork commented 4 years ago

Thanks @anshooarora !