TeamCity - 配置 MSTest 设置以在测试前执行命令
我尝试配置 MSTest 设置部分 [第 3 步运行器:Visual Studio (sln)]。我的特定配置要求在测试之前调用一组脚本(TestSetup.cmd)。 Visual Studio 中一切正常,但我不知道如何从 TeamCity 调用脚本。 我尝试在 MSTest 元数据中添加 .vsmdi 文件,但没有成功。脚本不被执行。
我的问题是如何在 MSTest 设置部分中从 TeamCity 调用命令?
谢谢您并致以诚挚的问候!
测试运行配置文件:
这是本地测试运行的默认测试运行配置。 MSTest 设置屏幕截图 TestSetup.cmd
版本: TeamCity 企业版 5.1.3 Microsoft Visual Studio Team System 2008 开发版
I
I try to configure the MSTest Settings ssection [Step 3 Runner: Visual Studio (sln)]. My particular configuration require to call a set of scripts (TestSetup.cmd) before the tests. Everything works fine in Visual Studio, but I don't know how to call the scripts from TeamCity.
I tried to add in the MSTest metadata the .vsmdi file but without success. The script are not executed.
My question is how to call the command from TeamCity in the MSTest Settings section?
Thank you and best regards!
testrunconfig file:
This is a default test run configuration for a local test run.
MSTest Settings screen shot TestSetup.cmd
Versions :
TeamCity Enterprise 5.1.3
Microsoft Visual Studio Team System 2008 Development Edition
I
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在运行 testsetup.cmd 的 MSTest 运行程序之前添加构建步骤。
Add a build step before the MSTest runner which runs your testsetup.cmd.