Last but not least: SpecFlow v2 pre is finally on NuGet
by Gáspár on December 21, 2015
I can hardly believe but it is true, after 3 years 4 months and 15 days the SpecFlow NuGet package has been updated at last: the v2 pre-release is available online as well.
Announcements for the 6th Birthday of SpecFlow
by Gáspár on September 10, 2015
On this day, 6 years ago I started to work on a Cucumber-like BDD framework for .NET, so 10th September is the birthday of SpecFlow, if open-source projects have such. Six years are a long time and many things have happened, but I don’t want to go through this in this post. I don’t want […]
SpecFlow tips: Problems with placing step definitions to base classes
by Gáspár on May 18, 2015
On the bases of feedback and issues, a lot of SpecFlow users seem to try to put step definitions and other binding codes to base classes. I’ll try to explain why inheritance doesn’t fit to the concept of global step definitions used by SpecFlow.
SpecFlow tips: When to clean the database
by Gáspár on February 23, 2015
We were always told to clean up after ourselves when we were children, this is also what I teach to my daughters. Probably due to this, when writing the first integration tests that inserts data to a database, devs cleanup (or reset) the database after the test has been executed (with an [AfterScenario] SpecFlow hook, […]