rajatthareja/ReportBuilder

Drilldown to Examples level for scenario outline

Opened this issue · 1 comments

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

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

cucumber/cucumber-ruby#1328
cucumber/cucumber-ruby#984