Monday, July 3, 2017

How to fix 'No tests found to run' in visual studio C#

In app.config add the following:

<specFlow>
<unitTestProvider name="MSTest"></unitTestProvider>
</specFlow>

No comments:

Post a Comment