Error with specflow in visual studio 2012 with <unitTestProvider> Error with specflow in visual studio 2012 with <unitTestProvider> selenium selenium

Error with specflow in visual studio 2012 with <unitTestProvider>


Keep only one attribute as unitTestProvider name="SpecRun" or unitTestProvider name="NUnit" in app.config

This error is caused by two 'unitTestProviders' in app.config.


After I install-Package SpecRun.SpecFlow -Version 1.2.0,

I've got 2 entries unitTestProvider name="SpecRun" and unitTestProvider name="NUnit" in app.config, that coused the error.

It should be manually changed to combined one

 <unitTestProvider name="SpecRun+NUnit" />