【发布时间】:2012-05-25 18:26:01
【问题描述】:
我试图找出 Visual Studio 在运行 MsTest 测试时使用的命令行参数,我猜它的开头是:
MSTest.exe /testmetadata:%SolutionName%.vsmdi /testlist:
但我不知道如何填写 testlist 参数,因为测试列表名称和 id 都出现以下错误:
The test list path 8c43105b-9dc1-4917-a39f-aa66a61bf5b6 cannot be found.
An error occurred while executing the /testlist switch.
【问题讨论】:
标签: visual-studio-2010 mstest command-line-arguments