I have a suite of regression tests that I am trying to convert from the NUnit runner to use the SpecFlow+ Runner. I've gotten them more or less running, with this major gotcha:
Many of my rests end with an Nunit Assert.Pass(). When I run those tests in SpecFlow runner, it reports them as test failures.
What can I do to get those reported as passing?