TeamCity - 配置 MSTest 设置以在测试前执行命令

发布于 2024-10-21 10:21:01 字数 415 浏览 1 评论 0原文

我尝试配置 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

染火枫林 2024-10-28 10:21:01

在运行 testsetup.cmd 的 MSTest 运行程序之前添加构建步骤。

Add a build step before the MSTest runner which runs your testsetup.cmd.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文