如何指示vstest.console.exe使用特定的执行程序(在我的情况下,我有一个我写的自定义执行程序)。当我要求执行者列表(突出显示的文本)时,它会显示出来:
c:\ src \ vstudio \ PleskHostingIntegrationTests \ bin> vstest.console.exe / ListExecutors / UseVsixExtensions:true Microsoft(R)测试执行命令行工具版本12.0.30501.0 版权所有(c)Microsoft Corporation。保留所有权利。
以下测试执行加载项可用: Microsoft.VisualStudio.TestPlatform.Extensions.GenericTestAdapter.GenericTestExecutor Uri:executor:// GenericTestAdapter / v1 Microsoft.VisualStudio.TestPlatform.Extensions.MSAppContainerAdapter.MSAppContainerTestExecutor Uri:executor:// MSAppContainerTestAdapter / v1 Microsoft.VisualStudio.TestPlatform.Extensions.MSAppContainerAdapter.MSPhoneTestExecutor Uri:executor:// MSWPTestAdapter / v1 Microsoft.VisualStudio.TestPlatform.Extensions.OrderedTestAdapter.OrderedTestExecutor Uri:executor:// OrderedTestAdapter / v1 Microsoft.VisualStudio.TestPlatform.Extensions.VSTestIntegration.MSTestExecutor Uri:executor:// MSTestAdapter / v1 Microsoft.VisualStudio.TestTools.CppUnitTestFramework.CppUnitTestExtension.TestExecutor Uri:executor:// CppWPUnitTestExecutor / v1 Microsoft.VisualStudio.TestTools.CppUnitTestFramework.CppUnitTestExtension.TestExecutor Uri:executor:// CppUnitTestExecutor / v1 的 RetryRunner.RetryExecutor Uri:executor:// RetryExecutor Microsoft.NodejsTools.TestAdapter.TestExecutor Uri:executor:// NodejsTestExecutor / v1
但是我怎么告诉vstest使用这个(与其他的相比)?