强制在 TFS 签入之前运行测试

发布于 2024-10-01 03:14:37 字数 32 浏览 3 评论 0原文

有谁知道如何强制在 TFS 签入之前通过所有测试?

Does anyone know how to enforce that all tests pass before a TFS check in?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

木有鱼丸 2024-10-08 03:14:37

TFS 提供所谓的“门控签入”。这意味着:完整的构建(包括测试运行)已运行并且必须通过,否则签入将被拒绝。当在较大的团队中工作时,这对性能要求很高,并且有些耗时,但在其他方面却很有魅力。

HTH。

TFS provides so-called Gated check-ins. That means: the complete build (which includes the test runs) is run and has to pass, otherwise the check-in is rejected. It's quite performance-demanding and somewhat time-consuming, when working in a larger team, but otherwise works like a charm.

HTH.

丶视觉 2024-10-08 03:14:37

您可以使用默认的“测试签入策略”。

如果您想创建自己的测试策略,可以使用

You can use the default "Testing checkin policy".

If you want to create your own testing policy, you can use this.

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