Hi Team,
I am using Gradle+cucumber framework with Java,
We have built our test suite in away that 1 test scenario Run can qualify multiple test cases.
We link test cases using The test tag
Do we have any API to fetch the list of test cases in an Execution and Update the Status of the individual cases using an API.
Hey @Rogerio Paiva
can we know what will be the base url for sending the GraphQL query?
we are trying to get hold on query by using postman.
Thanks
Hey @Vyshakh Babu
The base URL for the GraphQL query is this: https://xray.cloud.getxray.app/api/v2/graphql
This and other information can be found on our documentation page about the GraphQL API: https://docs.getxray.app/display/XRAYCLOUD/GraphQL+API
Thank you.
Kind regards,
Rogerio Paiva [Xray Support Team]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can do it using the GraphQL API that Xray provides, namely this mutation: updateTestRunStatus
You will need the find the Test Run ID by using another query getTestRun based on the Test and the Test Execution.
Please check all the queries and mutations available in our documentation here: https://xray.cloud.getxray.app/doc/graphql/
Thank you.
Kind regards,
Rogerio Paiva [Xray Support Team]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.