Details
-
Bug
-
Status: Waiting Approval
-
Medium
-
Resolution: Unresolved
-
Xray Cloud 6.12.2
-
None
-
None
-
Cloud
Description
When calling getDataset with GraphQL, if there are combinatorial parameters, the response has more rows than the number of iterations.
Steps to reproduce:
- Create a Test
- Create a Data Set with one Combinatorial Parameter and two values
- Use the following GraphQL operation:
{ getDataset(testIssueId: "186602") { id parameters { name type listValues } rows { order Values } } }
Actual Result:
Expected Result: