rajatthareja / ReportBuilder

Ruby gem to merge Cucumber JSON reports and build mobile-friendly HTML Test Report, JSON report and retry file.
https://reportbuilder.rajatthareja.com
MIT License
81 stars 47 forks source link

Drilldown to Examples level for scenario outline #86

Open abhiras29 opened 5 years ago

abhiras29 commented 5 years ago

Drilldown to Examples level for scenario outline

What I am looking for is in case of scenario outline can I further drill down to example level in the Overview for eg : In feature overview section, if I click on Feature it will show me Scenario Outline with desc And if I click on Scenario Outline description it will show me all the examples for that Scenario Outline Reason : I need that because currently I am not to distinguish which examples failed as for all examples scenario outline description is same

chhatbarjignesh commented 5 years ago

Its actually a cucumber defect and I think it should not be handeled here on the other hand it is already fixed in the cucumber 4.0.0.rc.1, see below issues for more details. I would recommend closing this issue

https://github.com/cucumber/cucumber-ruby/issues/1328 https://github.com/cucumber/cucumber-ruby/issues/984