Hi,
I’m looking to fetch the specific steps to a certain run of a test and can’t seem to find how to do this via the API. So for example, say I have the following:
A Test Set called Eat Breakfast
Which has a Test Instance called Get Refrigerated Ingredients
Which has three Steps:
- Open Fridge
- Get Milk
- Close Fridge
The data I need is essentially the timestamps each step was completed (and status too) for each run so I can calculate the duration that each step took.
In this example, I might run the Get Refrigerated Ingredients Test 5 times, and want to to calculate the total time between steps 1 and 3 to determine the total time the refrigerator was open for all 5 runs.
Is this possible via the API? Or does this level of granularity only exist at the Test Instance level?
Thanks!