Is it actually possible to run a ScenarioOutline set, or an individual row from a ScenarioOutline set, from Visual Studio?
The SpecFlow documentation briefly mentions that it is possible to run a ScenarioOutline from the Visual Studio context menu as you would a standard Scenario. I have tried to execute the tests by clicking in various areas of the Feature file, but to no avail. The only way I am able to run the ScenarioOutline tests is by running the entire Feature.
I'm using Visual Studio 2013 Professional with the SpecFlow extension and NuGet package and SpecRun as the test runner.