正如标题所说,我在外部程序集中有步骤绑定。我使用以下方法将它们带入了项目:
<specFlow>
<unitTestProvider name="xUnit" />
<plugins>
<add name="SpecFlow.xUnitAdapter" type="Runtime" />
</plugins>
<stepAssemblies>
<stepAssembly assembly="MyOtherProject.StepBindings" />
</stepAssemblies>
</specFlow>
当.feature
文件运行且测试通过时,所有步骤都在Visual Studio编辑器中显示为未绑定(紫色),点击F12
会提供包含建议代码的对话框。
我需要做些什么来获得绑定的步骤亮点?
这篇文章没有帮助:Specflow Binding from External Assembly always purple
我已将%TEMP%\VisualStudioTestExplorerExtensions
清除无效。
答案 0 :(得分:0)