书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 142 个相关结果.
  • 提供者端

    提供者端使用Pact的最佳实践 确保最新的pact契约得到验证 确保Pact测试作为CI构建的一部分 只stub那些请求内容已经被验证过的 Stub调用下游系统 提供者端使用Pact的最佳实践 确保最新的pact契约得到验证 使用最新的可用的pact契约访问地址。 不要依赖手动干预(例如,将文件复制到提供者 项目中)。因为这个步骤将...
  • 其他语言

    Pact和其它语言一起使用 通用Pact提供者验证 它是如何工作的 Docker的例子 一个运行在4000 端口的Node API的docker-compose.yml例子文件: 含有提供者状态的API验证 Ruby示例 Pact和其它语言一起使用 当使用缺乏原生Pact支持的语言来写服务提供者时,你仍然可以使用通用的Pact提供者端验证...
  • 验证契约

    验证契约 使用rake pact:verify 使用基本的授权 使用rake pact:verify:at从任意的URL来验证契约 验证存储在Amazon S3上的契约 使用定制的pact:verify任务 每次只验证一个交互 为非Rack应用验证契约 Ruby应用 配置RSpec Pact Helper的位置 验证契约 关于本话...
  • 消费者端

    消费者端使用Pact的最佳实践 将Pact 用于消费者与提供者的契约测试,而不是对提供者的功能测试 使用Pact 进行隔离的(单元)测试 仔细考虑如何使用它进行非隔离测试(功能测试、集成测试) 通过URL提供最新的pact契约访问地址 确保所有对提供者 的调用都是经过Pact 测试的类所发送的 确保在其他测试中使用的模型确实是由期望的响应而创建 ...
  • Consumer

    Consumer Best Practices Use Pact for contract testing, not functional testing of the provider Use Pact for isolated (unit) tests Think carefully about how you use it for non-is...
  • Introduction

    Pact: A contract testing tool Contract Testing Consumer Driven Contracts How a pact test works Consumer testing Provider verification Putting it all together Next steps 来源(...
  • History

    History History Pact was originally written by a development team (including Ron Holshausen from DiUS) at realestate.com.au in 2013. They were trying to solve the problem of ho...
  • 获得帮助

    获得帮助 获得帮助 你可以从以下渠道获得关于pact的帮助: Google用户群组: https://groups.google.com/forum/#!forum/pact-support Gitter: 加入 https://gitter.im/realestate-com-au/pact 和 https://gitter.im/Di...
  • Provider

    Provider Best Practices Ensure that the latest pact is being verified Ensure that Pact verify runs as part of your CI build Only stub layers beneath where contents of the request...
  • 配置

    配置 菜单 消费者与提供者配置选项 仅适用于消费者的配置选项 仅适用于提供者的配置选项 消费者与提供者 log_dir(日志目录) logger(日志记录器) logger.level(日志等级) diff_formatter(差异展示格式) :unix :list :embedded 定制差异展示格式 消费者 pact_dir(...