Visual Studio Enterprise is required to execute the test.(Visual Studio 2019)

  • Thread starter Thread starter Leonid Dsuhin
  • Start date Start date
L

Leonid Dsuhin

Guest
our setUp
Powershell script that runs msbuild to build project and run mstest script to run Load test.
we are using VS2019 Enterprise with product key attached to it.

MsTest call looks like this
mstest /testsettings:C:\Dev\PerfEng\test.testsettings /TestContainer:C:\Dev\PerfEng\TempTests\APItest.loadtest /detail:stdout

out put that I'm getting:

...
Visual Studio Enterprise is required to execute the test.

Test running perfectly from VS IDE.

How can I fix this ?

Continue reading...
 
Back
Top