Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Done
-
None
-
1.010.000 Sprint 5, 1.010.000 Sprint 6, 1.010.000 Sprint 7
Description
Take into account the the "line" attribute in a Cucumber file and generate the results accordingly.
Â
I recognized that the result of a example test execution from scenario outline is not matching the right example in the test execution UI.
Probably because the examples are executed in random order, in my case.
Steps to reproduce:
- create Test Execution for a Scenario Outline test with more than 3 Examples
- execute Scenario outline with Cucumber and flag "--order=random"
- upload results to Test Execution
--> Results and Steps not matching right example
So please take the "line" key from the result.json into consideration for the order of the result view and not the index of the "elements" array