Click here to Skip to main content
15,884,176 members

Comments by Danpeking (Top 1 by date)

Danpeking 12-Apr-22 12:18pm View    
They're discoverable. If I run the VSTest.Console.exe command against the files deployed on my build server, I receive the error - "No test is available in...make sure that test discoverer & executors are registered and platform & framework version settings are appropriate and try again".

If I then copy the following .dll files to the same folder..
Microsoft.VisualStudio.TestPlatform.TestFrameword.dll
Microsoft.VisualStudio.TestPlatform.TestFrameword.Extensions.dll

As well as update the following .dll files with older versions then the tests run fine and no error.
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll