How to get NUnit Assert.Pass() tests to be reported as passing in SpecFlow+ Runner

154 Views Asked by At

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?

0

There are 0 best solutions below