-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins 1.580.1
If a feature contains a "Scenario Outline" then the results of this are displayed as a list of scenarios all with the same name.
It would be nice if these were uniquely identified in the results displayed, possibly by appending an iteration number to the name, e.g. #1, #2 etc to represent which iteration of the outline the scenario is for.
Looking at the JSON generated the iteration number is contained as part of the id value against the scenario result.
I have attached a simple feature file and the corresponding JSON results file that demonstrates how a scenario outline is displayed.