Update test step status and comment using REST API
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Update test step status and comment using REST API
Hi,
I wonder to know if it is possible to update test steps status and comment using REST API.
With best regards, Dmitry
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Dmitry,
Interactive API documentation is available at the following link, along with code examples for cURL, C#, JavaScript, Python, and other languages: https://zephyrsquad.docs.apiary.io/#
The API provides the following capabilities:
-
Get information about tests, test cycles, test executions.
-
Create new tests and test execution cycles.
-
Update tests and test execution status.
-
Get and set Gherkin content of BDD Features and Scenarios.
-
Add attachments to existing execution cycles.
-
Run ZQL queries and get search results.
Cloud documentation - https://support.smartbear.com/zephyr-squad-cloud/docs/api/index.html
Server documentation - https://support.smartbear.com/zephyr-squad-server/docs/api/index.html
