I am using the following curl command to upload the Junit XML file into zephyr scale:
curl -H "Authorization: Bearer ${TOKEN}" -F "[email protected];type=application/xml" https://api.zephyrscale.smartbear.com/v2/automations/executions/junit?projectKey="JQA"&autoCreateTestCases=true
it works as expected but creates test cycle name as "Automated Build". How to add custom test cycle name for the uploaded junit XML file instead of Automated Build?
I tried to look into the API doc but it's kind of confusing. Can anyone help me with this?
just had to pass the testCycle details as: