im using specflow v1.9.0 Baseclass.Contrib.SpecFlow.Selenium.NUnit v1.3.1 и когда я пытаюсь построить проект, им увидеть ошибку ниже#error Ошибка генерации: невозможно найти плагин в пути поиска плагинов: Baseclass.Contrib.SpecFlow.Selenium.NUnit
`#error Generation error: Unable to find plugin in the plugin search path: Baseclass.Contrib.SpecFlow.Selenium.NUnit. Please check http://go.specflow.org/doc-plugins for details.`
и в App.config я получил код ниже
<specFlow>
<unitTestProvider name="SeleniumNUnit" />
<plugins>
<add name="Baseclass.Contrib.SpecFlow.Selenium.NUnit" path="..\packages\Baseclass.Contrib.SpecFlow.Selenium.NUnit.1.3.1\tools" />
</plugins>
<stepAssemblies>
<stepAssembly assembly="Baseclass.Contrib.SpecFlow.Selenium.NUnit.Bindings" />
</stepAssemblies>
</specFlow>
спасибо Andreas за ответ. У меня есть «Baseclass.Contrib.SpecFlow.Selenium.NUnit.SpecFlowPlugin.dll» в папке tools \ packages \ Baseclass.Contrib.SpecFlow.Selenium.NUnit.1.3.1 \ tools. i генерировал файл '.feature' вручную, используя расширения расширений для VS2015. Когда я создаю проект, я вижу выше – codeVar