API Mocking Tool
Create mock APIs for parallel frontend development and reliable integration testing.
Usage
Describe the API you want to mock and this skill will generate a mock server or request handlers.
Examples
- "Create MSW handlers for my REST API during frontend development"
- "Set up JSON Server with realistic mock data for 10 endpoints"
- "Build a WireMock configuration for testing external API integrations"
Guidelines
- Match mock responses to the actual API contract exactly
- Include realistic delays to simulate network latency
- Generate diverse test data covering edge cases
- Support multiple response scenarios including errors
- Keep mocks in sync with API changes through contract testing