Running SpecFlow scenarios in parallel with xUnit v2
by Gáspár on February 23, 2016
As mentioned earlier, one of the key new features of SpecFlow v2 is that you can run your tests in parallel within this same AppDomain. This is currently possible with NUnit v3 and xUnit v2. This post shows a step-by-step guidance about how this can be done.
SpecFlow tips: Feature file backgrounds — like them or not
by Gáspár on February 11, 2016
The format of the feature files used in Cucumber or SpecFlow is very simple. The format (or grammar), called Gherkin, was intentionally designed to be simple, so that the specification written in these files are kept simple and understandable. There are no loops or ifs. The only special structure you can make in a feature […]
BDD Addict Newsletter February 2016
by Gáspár on February 8, 2016
Dear BDD Addicts, Welcome to the first BDD Addict newsletter. My plan is to collect interesting posts, articles and events about behavior driven development, SpecFlow, Cucumber and also test automation and agile testing. I’m following many channels, but surely not all. So if you have seen something that fed your addiction, just send me the […]
The day when SpecFlow v2 is released and after (roadmap)
by Gáspár on January 27, 2016
What a day! SpecFlow v2 is released today! The preview was released in December, I was writing about the list of changes and also the necessary upgrade steps and we also updated the documentation with the new features and changes. So from today on, you can get the new stuff from NuGet. Here is a […]