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 75 forks source link

Allow using BDD structure and graphs for Cucumber tests #49

Closed anshooarora closed 7 years ago

anshooarora commented 7 years ago

This commit allows using BDD structure for reports generating using the ExtentCucumberReporter plugin using Gherkin classes. 3 charts display for: Features, Scenarios and Steps.

Also, the overall layout is what ExtentReportsBDD creates without test toggles.

@email2vimalraj - please review.

email2vimalraj commented 7 years ago

@anshooarora : Just to get clarified before reviewing: did you try testing this with the scenario outline? Because the current BDD feature in the extent report doesn't have any functionality to support scenario outline.

anshooarora commented 7 years ago

Yes..

I checked with the test/ package and the ScenarioOutline example. Version 3.0.6 adds ScenarioOutline but also an additional level for it:

https://github.com/anshooarora/extentreports-java/issues/874