Hi,
I have a test execution issue created in JIRA XRAY (SCRUM-7). I want to call the rest api to import the test executions (cypress tests).
I'm using the following curl -
curl -H "Content-Type: multipart/form-data" -u username:token -F "file=C:\results.xml" https://username.atlassian.net/rest/raven/1.0/import/execution/junit?projectKey=SCRUM
I get 404 null.
I also tried the following command -
curl -H "Content-Type: text/xml" -H "Authorization: Bearer token" -F "file=C:\results.xml" https://username.atlassian.net/rest/raven/1.0/import/execution/junit?testExecKey=SCRUM-7
The response is -
{"error": "Failed to parse Connect Session Auth Token"}
Please suggest how to resolve this issue.
Hi @Neha Shah
Welcome to the community,
Please see if the following article is of assistance:
https://docs.getxray.app/display/XRAYCLOUD/Testing+web+applications+using+Cypress
If not, did you have the chance to contact our support? You can find them here!
Best
Francisco Fonseca
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.