I tried to follow the tutorial available on xray documentation to use Jira automation to get the results of a test execution but the result of the web request is always null.
I've got a first web request for the authentication which returns a token, and a second web request which query the graphql db to get a specific test execution. I use the token returned by the first web request for the Bearer header of the second request.
The second request returns a 200 status but the content of its body is {data={getTestExecution=null}}.
The following image is the content of my jira automation
the next screenshot is the content of the second webrequest:
Best regards,
Gary
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.