Showing 1-20 of 92 packages
Spawn an [Express](https://expressjs.com) server from your [Mock Service Worker](https://github.com/mswjs/msw) request handlers or apply them to an existing server using a middleware.
Low-level HTTP/HTTPS/XHR/fetch request interception library.
Manage request/response cookies in the environments where those are not supported.
Binding to mock Socket.IO connections with Mock Service Worker
Persistence and live synchronization layer for testing JavaScript applications.
Seamless REST/GraphQL API mocking library for browser and Node.js.
A superset of the JSDOM environment for Jest that respects Node.js globals.
Generate MSW request handlers from OpenAPI documents, HAR files, and other sources.
Low-level HTTP/HTTPS/XHR request interception library for NodeJS
## Motivation This package is intended as a wrapper over the WebSocketInterceptor from @mswjs/interceptors. It provides automatic encoding and decoding of messages, letting you work with the phoenix.channel clients and servers as you are used to.
Low-level HTTP/HTTPS/XHR/fetch request interception library.
Data querying library for testing JavaScript applications.
A Mock Service Worker API for Playwright.
Temporary fork of @mswjs/data
Mock fetch() with native Request / Response API. Works with globalThis, service worker, @mswjs/interceptors, and custom contexts
A Headers class polyfill and transformation library.
Schema-first code generation for frontend developers. Generate TypeScript types, API clients, React hooks, Next.js routes, and Node.js handlers from a single schema.
Low-level HTTP/HTTPS/XHR/fetch request interception library. Fork of @mswjs/interceptors.
Generate random mock data from OpenAPI descriptions for msw.
Mock Service Worker binding for Playwright