Running MStest in cruise control .net build server

こ雲淡風輕ζ 提交于 2019-12-01 04:58:31

MSTest requires Visual Studio. You'll need to install it on your build machine (or use a more lightweight testing framework!)

You can get hold of the MSTest.exe and associated libraries on a redistributable disk image under the title of "Visual Studio Agents".

Instructions:

  1. Download and run setup from the disk
  2. Run the test agent installer
  3. No need to install the agent as a service or configure the test agent as you just want to run it from the command line.
  4. The MSTest tool will now be installed somewhere like "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE" which is the same path as for visual studio.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!