使用 specsync 将 Specflow 场景(功能文件场景)与 Azure DevOps 测试计划同步

Sync Specflow scenarios (feature file scenarios) with Azure DevOps Test plan using specsync

Specflow 场景可以与 MTM 同步。但是是否可以使用 specsync 将 Specflow 场景与 Azure DevOps 测试计划同步?如果是,请说明步骤。我需要从 Visual Studio.

将场景上传到 Azure DevOps 测试计划(作为测试用例)

But is it possible to Sync Specflow scenarios with Azure DevOps Test plan using specsync?

是的,它能够做到这一点。 From official link:

Is it possible to synchronize SpecFlow scenarios to existing Azure DevOps Test Cases?

Yes. If you synchronize a test case which does not have a test case tag yet, SpecSync will create a new one and tags the scenario. But if you add the test case tag manually (in the format of @tc:123), referring to an existing test case in Azure DevOps, SpecSync will update that test case at the next synchronization.

详细教程请看here