Specflow+ tests don't appear in Resharper unit test explorer

I've installed Specflow+ and I'm using

<specFlow>
<unitTestProvider name="SpecRun" />
<plugins>
<add name="SpecRun" />
</plugins>
</specFlow>

But Resharper Unit Test Explorer doesn't show the tests. Any solutions?

Upvotes: 1

Views: 367

Answers (1)

Andreas Willich
Andreas Willich

Reputation: 5835

The SpecFlow+ Runner has no support for the Resharper Unit Test Explorer. We currently support only the Visual Studio Test Explorer.

It is on our backlog to investigate how to bring the SpecFlow+ Runner into the Resharper Unit Test Explorer.


Full Disclosure: I am one of the developers of SpecFlow & SpecFlow+

Upvotes: 3

Related Questions