microsoft / VisualStudio-TestHost

Infrastructure for executing interactive UI tests in Visual Studio.
Apache License 2.0
43 stars 28 forks source link

Patch Test platform config files #34

Closed sailro closed 6 years ago

sailro commented 6 years ago

It seems that when using vstest.console or the IDE with 15.5.x, the QTAgent which is getting used to run test is getting picked from Common7\IDE\Extensions\TestPlatform. So patch config files for assembly probing.

sailro commented 6 years ago

cc @zooba