Collected sources and patterns will appear here. Add from search or the patterns library.
APIRequest -> DeterministicResponse
Intercept external database requests with a local mock API server returning cached deterministic responses.
Problem it solves
Remote service rate limits, downtime, and latency introduce flakiness into continuous integration test suites.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.