Unm*_*kar 5 continuous-integration unit-testing mstest visual-studio-2012
有没有办法可以使用播放列表文件使用MSTest.exe从命令行运行测试?我尝试使用以下命令行,但它失败并且错误 -
Run Code Online (Sandbox Code Playgroud)mstest.exe /testmetadata:test.playlist
The file 'test.playlist' has unknown format and cannot be converted to the current version.
Note that mstest version is 11.0.50727.1 and I am using VS 2012
Run Code Online (Sandbox Code Playgroud)
我的播放列表文件只包含几个XML元素
<Playlist Version="1.0">
<Add Test="MyTest" />
<Add Test="AnotherTest" />
</Playlist>
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
8810 次 |
最近记录: |