I have installed Visual Studio 2012 Ultimate Edition and configured SpecFlow. I have used the following configuration to run the tests in config.xml file:
<specFlow>
<unitTestProvider name="MsTest" />
</specFlow>
I was able to create the testes and compile properly. But when I tried to run the scenarios from the context menu with the option "Run SpecFlow Scenarios" or "Debug SpecFlow scenarios", I am not able to see any action. It just says "Build succeeded" and nothing else happens later.
Can someone kindly explain if there is any other way of executing the scenarios?
Thanks in advance.