我有两个项目 - 包含specflow功能的“Features”和包含Specflow步骤定义的“Steps”。 我在“功能”项目app.config
中有以下设置<specFlow>
<!-- For additional details on SpecFlow configuration options see https://github.com/techtalk/SpecFlow/wiki/Configuration -->
<stepAssemblies>
<stepAssembly assembly="Steps" />
</stepAssemblies></specFlow>
但是当我尝试调试我的功能文件时,我收到此错误: 无法加载文件或程序集“步骤”或其中一个依赖项。系统找不到指定的文件。
我错过了什么?是否无法在两个单独的assmeblies中指定功能和步骤?感谢。答案 0 :(得分:0)