extent-framework / extentreports-cucumber4-adapter

Cucumber4 Adapter for Extent Framework
http://extentreports.com/docs/versions/4/java/cucumber2.html
Apache License 2.0
39 stars 22 forks source link

Testng jar included by default #69

Open grasshopper7 opened 4 years ago

grasshopper7 commented 4 years ago

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.