Error: Test discovery or execution might not work for this project.'
Issue
Message=Test discovery or execution might not work for this project. It's recommended to reference NuGet test adapters in each test project in the solution.Solution
If you are using MS Test, try installingMSTest.TestAdapter via nuget
if you are using nunit, install
NUnit3TestAdapter latest versions via nuget.
After installing please restart the visual studio and then you can see the tests running.
Hope this will help you and save your time.
Hope this will help you and save your time.
Enjoy !!!
:)