我不知所措。获得与测试用例(工作项)相关的测试运行结果的最直接方法是什么?
这是Get Results的API调用:
GET https://dev.azure.com/{organization}/{project}/_apis/test/Runs/{runId}/results/{testCaseResultId}?api-version=5.0
我需要runId和testCaseResultId。
我可以获得test runs的列表:
GET https://dev.azure.com/{organization}/{project}/_apis/test/runs?api-version=5.0
但这似乎与测试用例没有任何联系。
与Test Cases section of the API无关。
我必须缺少一些东西,难道不难得到一个测试用例的结果吗?