Details
-
Bug
-
Status: Open
-
Medium
-
Resolution: Unresolved
-
Xray Cloud 4.12.4
-
None
-
None
-
postman, Jira Cloud
Description
Description
The updateTestRunExampleStatus Graphql mutation fails with error
Error retrieving Test Run Example.
Pre-conditions: Having a Test Run for a Cucumber Test with examples
How to reproduce
- Use the following Graphql mutation body to updateTestRunExampleStatus
mutation { updateTestRunExampleStatus( exampleId: "5bbd8ab0a3fe1b6fcdc3c737", status: "PASSED" ) { warnings } }
Actual result/Attachments:
Error appears:
"errors": [ { "message": "Error retrieving Test Run Example.", } ],
Expected result:
The update mutation should work and update the given Status
Version
- Xray - 4.12.4
Attachments
Issue Links
- relates to
-
XRAYCLOUD-8500 GetTestRun Graphql API call does not export Examples information
-
- Open
-