Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Update to cucumber 3 #103

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update to cucumber 3 #103

wants to merge 2 commits into from

Conversation

sloosch
Copy link

@sloosch sloosch commented Sep 1, 2018

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

Currently missing:

  • UnitTests for the Formatter
  • Parallel execution support (How can we test this ?)
  • Show Step Arguments (DataTables, DocStrings)
  • Collapse Scenario Outline into one Test

@bbarman4u
Copy link

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
Copy link
Contributor

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
Copy link

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
Copy link
Contributor

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
Copy link

bbagish commented Feb 12, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants