You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: