I am trying to use xUnit.net as a test runner for SpecFlow. The SpecFlow 1.2 binaries from the official download area do not contain the xUnit.net provider, but the main branch on GitHub has one, so I create SpecFlow.Core.dll from this. I am using xUnit.net 1.5.
However, when I change the name unitTestProvider to app.config in my specification project, I get a blank link for user tool errors and the generated .feature.cs file is one line:
Object reference not set to an instance of an object.
Has anyone succeeded in getting SpecFlow to work with xUnit.net? If so, how?
source share