Forum Discussion

boddupallyanji's avatar
boddupallyanji
New Contributor
8 months ago

Uploading Junit reports to Zephyr Data Center

Hi, I am running below curl command to publish Junit reports but its not successful.
Note: I compressed all xml files into a zip file.

Curl Command:
curl --location 'https://<my_company_jira_server_url>/jira/rest/atm/1.0/automation/execution/<projectKey>?autoCreateTestCases=true' -H "Authorization: Bearer <sometoken>" -F "file=@anji.zip;type=application/x-zip-compressed"

Output:
{"errorMessages":["Invalid ZIP file"]}%

No RepliesBe the first to reply