Contract Test Generator

高级testing最低上下文:32K

Generates consumer-driven contract tests between services so that API providers and consumers stay compatible as they evolve independently. Produces Pact-style contracts, provider verification stubs, and CI wiring, and flags breaking changes before they reach production.

使用场景

  • Creating consumer-driven contracts between two services
  • Generating provider verification tests from a contract
  • Detecting breaking API changes in CI
  • Migrating brittle end-to-end tests toward contract tests

示例提示词

Here is a consumer that calls our /orders API and the provider's OpenAPI spec. Generate a
consumer-driven Pact contract, the matching provider verification test, and a CI step that fails
the build when the provider breaks the contract.

```
[paste consumer client code + OpenAPI spec]
```

推荐模型

兼容工具

claude-codecursorkiroany

模态

输入: code, text
输出: code, text

相关 Skills

作者

OpenModels Community

@openmodelsrun