Details
-
Bug
-
Status: Open
-
Medium
-
Resolution: Unresolved
-
Xray Cloud 4.12.3-1
-
None
-
Jira Cloud, REST API - Postman
Description
Description
The Graphql getTestRun API call cannot export example information of the Cucumber Test Run.
Pre-conditions:
Having a Test Run for a Cucumber Test with examples.
How to reproduce
- Use the following Graphql body to export example information:
POST https://xray.cloud.getxray.app/api/v2/graphql { getTestRun( testIssueId: "11165", testExecIssueId: "11164") { id gherkin examples { id status { name } } } }
Actual result/Attachments:
The example information is not exported even if the Test Run has valid data in it.
Expected result:
The API call should export example data.
Version
Xray Cloud - 4.12.3-1
Attachments
Issue Links
- relates to
-
XRAYCLOUD-8526 updateTestRunExampleStatus Graphql mutation fails with error.
-
- Open
-