External APIs can be tricky to test. They might be slow or unreliable. WireMock lets you fake those APIs in your tests. You can create mock responses and check that your code sends the right requests. This makes your tests fast and predictable.
Developers who build services that call external APIs will find this useful. You can test how your code handles different situations. For example, you can simulate a server timeout or an error response. You do not need an internet connection for these tests.
The skill covers stubbing responses, verifying request details, and testing error scenarios. It helps you write unit tests that run quickly and give you confidence your code works correctly.
Global
mkdir -p ~/.claude/skills/unit-test-wiremock-rest-apiProject
mkdir -p .claude/skills/unit-test-wiremock-rest-apiSource Repository
Grill Memattpocock/skills
Stress-test your plan with relentless questions until we both understand
Tddmattpocock/skills
Write one test at a time then code to make it pass
Test Driven Developmentobra/superpowers
Write a failing test first then code just enough to pass
Qamattpocock/skills
Turn bug reports into GitHub issues through natural conversation without technical fuss
Migrate To Shoehornmattpocock/skills
Replace unsafe as assertions with type-safe partial test data easily
Webapp Testinganthropics/skills
Test your local web apps quickly with Playwright automation and screenshots
Playwright Best Practicescurrents-dev/playwright-best-practices-skill
Master Playwright testing with best practices for reliable and fast tests
Google Agents Cli Evalgoogle/agents-cli
Run evaluations on your AI agent, find failures, and improve its quality step by step