How to run SpecFlow tests in Visual Studio 2010?

Posted by testerboy on Stack Overflow See other posts from Stack Overflow or by testerboy
Published on 2010-06-06T13:28:31Z Indexed on 2010/06/06 13:32 UTC
Read the original article Hit count: 301

Filed under:
|
|

Trying to get SpecFlow running with a fresh VS2010 Professional install. Created a new console application and added references to NUnit and SpecFlow. Created a SpecFlow feature. The .feature with the default template code is created.

Now I try to run this test, but I don't understand how. When I right-click the project (at the top-level), there is no "Run test(s)" option in the mouse drop down menu. Didn't the SpecFlow install correctly, am I missing some references or some other tool I need to install?

© Stack Overflow or respective owner

Related posts about visual-studio-2010

Related posts about bdd