How to get estimated time test cycle from api's response?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2021
04:35 AM
12-01-2021
04:35 AM
How to get estimated time test cycle from api's response?
Good day!
I make custom report system and i have a question: How to get estimated time test cycle from api's response?
Anybody has done it before?
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2021
01:51 PM
12-01-2021
01:51 PM
Hi,
Not sure if this is the best answer but an answer is:
You can use the GET TestCycles (https://api.zephyrscale.smartbear.com/v2/testcycles/{testCycleIdOrKey}), and in the response should be a start date/time and end date/time. Then parse the response farther for a duration, or just simply log those in the report.
https://support.smartbear.com/zephyr-scale-cloud/api-docs/#operation/getTestCycle
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2021
11:56 PM
12-02-2021
11:56 PM
Hi. Thanks for answer. I'll try to do it. But i have a question: How can i get automaticaly last test cycle from list of cycles?
