Skip to content
TestingModesModesIntegrationContract

Contract

What it is

Pact / consumer-driven contract tests. The consumer (e.g. an SDK) declares its expectations; the provider runs them.

When to use it

SDK ↔ API contract preservation across version bumps.

Example gates

Future slice.

See also

On this page