gpt4 book ai didi

unit-testing - 在没有 mstest.exe 的情况下运行 VSTS 测试

转载 作者:行者123 更新时间:2023-12-03 21:42:09 25 4
gpt4 key购买 nike

由于我不会涉及的原因,我们所有的单元测试都使用 VSTS 测试框架。我现在想创建一个运行测试的MSBuild脚本,但出于各种原因我不想使用mstest.exe(它比较慢,需要到处安装Visual Studio,我需要维护testrunco​​nfig等)

我已经看到 TestDriven.net 和 TeamCity 能够在不使用 mstest.exe 的情况下运行“NUnit 风格”的 VSTS 测试。您是否知道有任何独立的命令行实用程序可以执行此操作?

最佳答案

如果您使用识别 MS 测试属性(TestClass 等)的特殊 NUnit 插件,您可以在 NUnit 中执行团队系统测试 (MSTest)。

Exact Magic Software 有一个 open-source "test-adapter"可以做到这一点。

更新:我已经为 NUnit 2.5.2 重新设计了 Exact Magic 的 Msts NUnit 适配器。

  • 在这里下载:http://snippetware.googlecode.com/files/ExactMagic.MstsAdapter.zip
  • 阅读更多相关信息 here: http://www.bryancook.net/2009/10/mstest-nunit-adapter.html
  • 关于unit-testing - 在没有 mstest.exe 的情况下运行 VSTS 测试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1564681/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com