PadmajaDwadasi
4 years agoNew Member
Zephyr scale integration with cucumber results without using CI tool
Hi,
I am trying to change the status of test result in jira as per the cucumber json report automatically without using CI tool.
I am using the below piece of code
curl -D- \
-X POST \
-H "Authorization: Basic {echo -n 'user:pass' | base64}" \
-H "Content-Type: multipart/form-data" \
-F "file=@output_results.zip" {jira base url}/rest/atm/1.0/automation/execution/cucumber/{ProjectKey}?
But i am not able to change the status of test case in jira.
Can anyone help me with that?
Thanks in advance