Subjective summary of SpecFlow v2 new features
by Gáspár on January 13, 2016
As you might know, the SpecFlow v2 pre-release has been published. We have been trying to put together a detailed list of changes for SpecFlow v2: http://go.specflow.org/versionhistory. There is also a short summary on the SpecFlow website. So this is my own top 3. A subjective one.
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.