Seeking for an API which returns the entire test case execution history (Run Count) in particular Suite in Azure Test Plan
In search of API, which returns the entire execution history of test case within a specific suite ID in Azure Test Plan.
We have found an API from Microsoft, which returns the entire test cases count in a particular Plan ID and Suite ID.
In the same way, we have found another API from Microsoft, which returns only the last run or last execution details.
In the UI as shown in the Screenshot, we can able to see in the Test Case Results the entire test case run history.
But, while trying from the above-mentioned API, we are only getting the one test run details, like last run details.
Looking for an API which can provide the entire test case execution history as we can see in screenshot.