email2vimalraj / CucumberExtentReporter

A plugin to generate the cucumber jvm custom html report using ExtentsReport
http://www.vimalselvam.com/cucumber-extent-reporter/
MIT License
58 stars 74 forks source link

Update to cucumber 3 #103

Open sloosch opened 5 years ago

sloosch commented 5 years ago

To help #75, #52 getting fixed. Here is a first version which is working with cucumber 3.

Currently missing:

bbarman4u commented 5 years ago

Since Cucumber 4 is out, will this PR work with Cucumber 4 as well, might be worthwhile just to upgrade to Cucumber 4 which also natively adds Parallel execution.

anshooarora commented 5 years ago

I have started porting the version 4 formatter from the official cucumber HTMLFormatter - the only remaining items are outputting examples and embed. I will be pushing this code soon, please feel free to contribute.

bbarman4u commented 5 years ago

I have started porting the version 4 formatter from the official cucumber HTMLFormatter - the only remaining items are outputting examples and embed. I will be pushing this code soon, please feel free to contribute. This is awesome @anshooarora !! I don't see any branches for this in this repo. Please let me know if I can help with your testing or any other way ?

anshooarora commented 5 years ago

Here it is

https://github.com/extent-framework/extentreports-cucumber4-adapter

Output will be created under test-output/AventReport/ or wherever this prop points to https://github.com/extent-framework/extentreports-cucumber4-adapter/blob/master/src/test/resources/extent.properties#L19

Please note this uses extentreports-v4 snapshot.

bbagish commented 5 years ago

any updates on this one? Trying to use extent reporter for cucumber 4.2.0