Gáspár Nagy on software

coach, trainer and bdd addict, creator of SpecFlow; owner of Spec Solutions

Category Archives: Uncategorized

Deveroom – a new Visual Studio extension for SpecFlow

by Gáspár on March 13, 2019

I am happy to announce the product that I have been working a lot on recently: Deveroom – a new Visual Studio extension for SpecFlow. SpecFlow had Visual Studio integration right from the beginning. The original “SpecFlow for Visual Studio” extension has been developed originally for Visual Studio 2008 with a Java-based Gherkin parser. Both […]

SpecFlow without code-behind files and a big step towards .NET Core support

by Gáspár on April 24, 2017

SpecFlow uses generated code-behind files for executing the scenarios. Not because we like code-behind files, but because this was the only way we could easily integrate Cucumber-style Behavior Driven Development to the .NET developer toolset. But after almost 8 years, can we get rid of the code-behind files finally? And how is it related to […]