Details
-
Bug
-
Status: Closed
-
Medium
-
Resolution: Done
-
None
-
None
-
XRAYCLOUD 2023 Sprint 19, XRYACLOUD 2024 Sprint 1
-
Description
Description
If we use Graphql - getTestRuns(), irrespective of the status
- If the TestRun is opened in a Testing Board, we cannot get Examples.
- If the TestRun is not opened in a Testing Board, then we can get Examples[]
Pre-conditions:
There should be a cucumber Test with Examples.
How to reproduce
- Create a Test Execution for the Cucumber Test with examples of data.
- Do not execute immediately. Also, do not open the Testing Board
- Using the GraphQl API - getTestRuns(), fetch the Test Run information.
Actual result/Attachments
Examples[] is empty in the resultant JSON data.
Expected result
Examples[] in the scenario of the Test should be displayed.