Good Morning;
I recently upgraded to VS2013 from 2010. We use Specflow and are at the latest version. In VS2010 I was able to right click within a scenario, select Debug SpecFlow Scenarios and it would debug that specific scenario. Since the upgrade to 2013, selecting that option now debugs all scenarios within the feature file.
I have tried using both Auto and VisualStudio2012 as the Test Runner Tool, but both give the same results with all scenarios being debugged.
Has anyone run into this and is there a fix for it?
#line N
directives. When I removed these directives, I was able to right-click on a test method in the code-behind, and clicking "Run Tests" just ran that one scenario. – Greg Burghardt#line 1 "SpecFlow.feature"
anywhere inside any MS Test unit test class prevents the right-click -> "Run Tests" feature from running a single MS Test method. I don't think this has anything to do with SpecFlow, and is a bug in Visual Studio 2013. I'm currently searching their open bug reports to see if one is already open. – Greg Burghardt