About
This skill provides a comprehensive framework for handling API interactions in tests by leveraging Mock Service Worker (MSW) and OpenAPI schemas. It automatically generates realistic data fixtures upon the first execution of a test, organizes them intuitively by endpoint path and method, and provides typed access to request parameters. This ensures that tests remain synchronized with the API specification while significantly reducing the manual effort required to maintain mock data and custom handlers.