foursyth

Results 24 comments of foursyth

fyi all - @anshooarora will be releasing Extent Framework support for cucumber2 and cucumber4 this week. Stay tuned.

Cucumber 2 - https://github.com/extent-framework/extentreports-cucumber2-adapter ``` com.aventstack extentreports-cucumber2-adapter 1.0.0 ``` Cucumber 4 - https://github.com/extent-framework/extentreports-cucumber4-adapter ``` com.aventstack extentreports-cucumber4-adapter 1.0.1 ``` Currently, usage docs are only available for cucumber4 but they are exactly...

Hello @adrian-arg See the [test/](https://github.com/extent-framework/extentreports-cucumber2-adapter/tree/master/src/test/) package of this project, and the below runner: https://github.com/extent-framework/extentreports-cucumber2-adapter/blob/master/src/test/java/cucumber/examples/java/calculator/RunCukesTest.java In the example, only the relevant runner is added and everything else goes on as usual:...

Also see here: http://extentreports.com/docs/versions/4/java/cucumber2.html You can do use `System.setProperty()` too, but I prefer the properties route as its more manageable and requires less interference with code.

PS. I am working with our team in improving the documentation on the website. @kathyrollo cucumber-3 adapter will be released before this week's end. Our plan was to start with...

@kathyrollo apparently this was being released while we were conversing. It may take a bit for mvnrepository to show this artifact but it has been deployed to central already. Cucumber3...

Hello @adrian-arg Please open the issue here: https://github.com/extent-framework/extentreports-cucumber2-adapter I will work with you to resolve.

See https://github.com/email2vimalraj/CucumberExtentReporter/issues/75#issuecomment-436488690

Thank you for taking time to research this hook. Version 4 supports both styles and CSS tags - to be backward compatible with version 2 and version 3 config xmls.

The stacktrace doesn't point to Extent.. this seems to be stemming from TestNG. Maybe upgrade your TestNG version and try again?