i would like to get the datasets in an Test xray issue.
I had a look to the documentation for Xray Cloud: https://docs.getxray.app/display/XRAYCLOUD/GraphQL+API
But I don't know the property name for dataset in the GetTest query.
Where shall I find available keys for a test issue? What is an example for dataset?
thanks for your help.
The dataset information is found at the TesRun level.
You need to get the TestRun information from the Test and then get the dataset information from the TestRunParameter.
https://xray.cloud.xpand-it.com/doc/graphql/testrun.doc.html
Any additional questions, please get in touch with Xray Support (http://xraysupport.getxray.app); we would gladly assist you.
Thank you.
Kind regards,
Rogério Paiva [Xray Support Team]
Thanks a lot for your Answer.
But, in the graphical interface, the dataset and parameters are also attached to the Test object. (when you are in a design phase)
Does this information available thru graphQl?
thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, currently it is not possible, but we are working to expand the GraphQL features.
Thank you.
Kind regards,
Rogério 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.
It seems we can export dataset to a csv file thru API
/rest/raven/2.0/api/dataset/export?testIssueKey=
or having the dataset information when doing a Get on the Test object
/rest/api/2/issue/testKey
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.