
MSW (Mock Service Worker) provides API mocking that works everywhere. By intercepting at the network level, the same mocks work in tests, Storybook, and development without code changes.
Key Features:
Why MSW:
MSW capabilities:
MSW has become the standard for API mocking in frontend development. The network-level approach means your tests and stories exercise real code paths, catching issues that function-level mocks would miss.
NEWDelightful JavaScript Testing
Jest is a JavaScript testing framework designed to ensure correctness of any JavaScript codebase.
NEWAPI platform for building and using APIs
Postman is an API platform for developers to design, build, test and iterate their APIs.
NEWReliable end-to-end testing for modern web apps
Playwright enables reliable end-to-end testing across all modern browsers. From Microsoft, it's the testing framework that makes cross-browser testing actually work.