强制在 TFS 签入之前运行测试
有谁知道如何强制在 TFS 签入之前通过所有测试?
Does anyone know how to enforce that all tests pass before a TFS check in?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有谁知道如何强制在 TFS 签入之前通过所有测试?
Does anyone know how to enforce that all tests pass before a TFS check in?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
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.
您可以使用默认的“测试签入策略”。
如果您想创建自己的测试策略,可以使用 此。
You can use the default "Testing checkin policy".
If you want to create your own testing policy, you can use this.