I am working on integrating Zephyr Scale with our Data Center to enhance our testing process through the automation of test result uploads. While I've successfully utilized the REST API to search for created test cases (e.g., using https:///rest/atm/latest/testcase/PZSP-T1),
I'm now aiming to extend this automation further by creating test cycles, adding tests to these cycles, and updating execution statuses.
However, I'm finding it challenging to navigate the API for these specific tasks due to the scarcity of detailed documentation or examples. My efforts to locate comprehensive API documentation for Zephyr Scale Data Center that covers test cycle management have not been fruitful.
Could anyone share insights or resources on how to:
- Create a test cycle using the Zephyr Scale Data Center REST API.
- Add tests to a created cycle
- Update the execution status of these tests within the cycle?
Any guidance, including API endpoint details and payload examples for these actions, would be immensely helpful.