
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.

Test. Automate. Accelerate.
Cypress is a JavaScript end-to-end testing framework with a unique architecture that runs in the browser. Real-time reloading, time-travel debugging, and excellent DX.

Next generation testing framework
Vitest is a blazing-fast unit testing framework powered by Vite. Native ESM support, TypeScript out of the box, and Jest-compatible API.

Build UIs without the grunt work
Storybook is the industry-standard tool for developing UI components in isolation. Build, document, and test components independently of your application.