Skip to content
TestingModesModesIntegrationIntegration

Integration

What it is

Multiple units composed. Tests cross-boundary behavior — API + DB, MCP + spec, dispatcher + router.

When to use it

End-to-end behavior within a single process or one-hop boundary.

Example gates

Future slice — needs test DB + mocked external services.

See also

On this page