FcoSan
3 years agoNew Contributor
Zephyr Squad integration with Automation Tools (Selenium, java , Junit)
Hello,
I am working with Zephyr Squad and I would like to integrate my automatic Selenium project with Zephyr and be able to change via API the status of the tests we run.
I follow the documentation:
https://support.smartbear.com/zephyr-squad-cloud/docs/api/index.html
https://zephyrsquad.docs.apiary.io/#
I see in the Zephyr Squad Cloud REST API documentation that many endpoints ask for the values of ExecutionID, CycleID, etc and one of the questions is:
- where do I get all this information related to cycles, versions, executions to be able to launch these endpoints?
- On the other hand, is there any example project to use as a guide and to know how to approach these changes via api in an automation project (java, maven)?