SpecFlow test explorer not shown | Selenium C# Forum
C
Christopher Ugochukwu Anajemba Posted on 22/05/2019

Hi,

Build tests are not added on the Visual Studio Test Explorer window.

 

I have tried modifying app.config with 

<specFlow>

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

</specFlow>

 

but it still won't work. Please help me resolve this so that I can run my tests. Thanks.


G
gunjan Replied on 07/06/2019

Please install NUnit and provide the value as <unitTestProvider name="NUnit" />