Execute SpecFlow specs (.feature files) without compilation
I want to be able to execute given SpecFlow (Gherkin) .feature file locally without doing compilation. So workflow would be (as a Business Analyst or a QA engineer): 1. modify .feature file (using predefined vocabulary of steps) 2. run SpecFlowSuperTool.exe /feature:.\FoobarprojectSpecs.feature /assembly:Foobarproject.dll,Foobarproject.Core.dll get a report Goal is to be able to execute feature on-demand without having to recompile the code if only features have changed. It feels like it should be a pretty straight-forward task to implement such a tool since Gherkin steps binding happens at