Azure DevOps API : get all testcase steps

标签 azure azure-devops azure-devops-rest-api

有没有办法通过 Azure DevOps API 获取所有测试用例步骤数据?

screenshot

最佳答案

我找到了解决方案:

GET https://{host}/{collection}/{project}/_apis/testplan/Plans/{plan id}/Suites/{suite id}/TestCase/{testcase id}

关于Azure DevOps API : get all testcase steps,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62284204/

相关文章:

Azure 静态 Web 应用程序不尊重 staticwebapp.config.json

azure-devops - 如何获取 Azure DevOps 中正在进行的管道的构建 ID

Azure Blob 触发器未触发

使用本地索引的具有 Hbase + pheonix 的 Azure HDInsight 集群

Azure DevOps 管道返回 : 'Failed to deploy web package to App Service. Internal Server Error (CODE: 500)'

azure - 如何根据项目目录动态触发Azure DevOps中的PR/CI/Release管道

azure-devops - 如何在 Azure Devops 中使用 Azure Devops API 在 C# 中创建/更新具有父子关系的工作项

Azure DevOps REST API 调用仅检索前 100 条记录

azure - 如何在 Azure 逻辑应用程序中使用 HMAC/签名 key 验证 Webhook 消息?

c# - 当表中有记录时,如何使用azure向用户组发送电子邮件通知