NUnit not specified as test runner for SpecFlow

nunitspecflowvisual studio 2010

For the life of me I cannot get SpecFlow configured to use NUnit as the test runner. NUnit is not listed in the Tools > Options > SpecFlow test runner dropdown, and the "auto" setting doesn't find NUnit.

I've tried reinstalling both NUnit and SpecFlow multiple times. Tried installing SpecFlow 1.8.1 and 1.9 to no avail. Tried using app.config. I've even tried re-installing Visual Studio 2010.

I just want SpecFlow to use NUnit (2.6.1). Can anyone help?

Best Answer

Visual Studio->Tools->Extensions and updates->Online->search "Test Adapter"->install.

http://visualstudiogallery.msdn.microsoft.com/6ab922d0-21c0-4f06-ab5f-4ecd1fe7175d

better late than never.

Related Topic