service-virtualization
Installation
SKILL.md
Quick Route
| Situation | Go to |
|---|---|
| Node/browser test hitting an external HTTP API | MSW → references/msw.md |
| Polyglot CI, complex matching, or you need a standalone stub server | WireMock → references/wiremock.md |
| Dependency is a DB / cache / queue | Testcontainers → references/testcontainers.md |
| Testing timeouts, latency, connection resets | Toxiproxy → references/toxiproxy.md |
| Bootstrapping stubs from a real API, or a multi-step baseline | Record-replay → references/record-replay.md |
| Wiring any of these into GitHub Actions | references/ci.md |
| Not sure which to reach for | Decision Tree (below) |