有没有办法从命令行 "Regenerate Feature files" 进行 SpecFlow 测试?

Is there a way to "Regenerate Feature files" for SpecFlow tests from the command line?

对于基于 SpecFlow 的测试项目,在项目上下文菜单(右键单击)上有一个名为 "Regenerate Feature Files" 的命令,它将(顾名思义)为 SpecFlow 测试的功能文件重新生成支持代码。我正在尽可能多地自动化我们的流程,我希望能够从命令行调用此命令,最好是在构建 and/or 部署服务器上使用 powershell。

有没有办法让我从命令行调用这个动作?

是的,有可能。

通过命令行:http://www.specflow.org/documentation/Tools/

通过 MsBuild:http://www.specflow.org/documentation/Generate-Tests-from-MsBuild/