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.