How to get SpecFlow working with xUnit.net as the test runner
- by Mike Scott
I'm trying to use xUnit.net as the test runner for SpecFlow. The SpecFlow 1.2 binaries from the official download area don't contain an xUnit.net provider but the master branch on GitHub has one, so I build SpecFlow.Core.dll from that. I'm using xUnit.net 1.5.
However, when I change the unitTestProvider name in the app.config in my spec project, I…