extentreports-cucumber4-adapter
extentreports-cucumber4-adapter copied to clipboard
Testng jar included by default
Extent reports version 5.0.1 is including testng in the test project as the test scope is missing in the dependency. This testng jar interferes if the runners are using junit. In case of testng runners, cucumber uses an older version 6 testng jar. To avoid this, in the test project the testng has to be explicitly excluded.
The latest version 5.0.3 fixes this scope. A new adapter version which includes this version should fix this.