Details
-
Suggestion
-
Status: New
-
Resolution: Unresolved
-
None
-
None
-
None
Description
When importing Execution results in a Scenario Outline Test, Xray should map the results for each example row correctly. Xray considers that all Tests are run sequentially.
Currently, Xray imports the results for the example tables obeying the order of the Test Scenario Outline.
Example:
When <A> Then <B> Examples A | B 1 | 2 3 | 4
If you have skipped the first example 1 | 2 and run only the 3 | 4, and your report only has results for this. When importing the results, Xray will ignore the tag mentioning the example that corresponds to it and will obey the order it sees in Jira, which means mapping the results to the first examples row.
Xray should then recognize to which example row the results belong.
Attachments
Issue Links
- clones
-
XRAY-9108 When importing Execution results in a Scenario Outline Test, Xray should map the results for each example row correctly. Xray considers that all Tests are run sequentially.
- New