2 repository-uri
Mechanisms to restrict network interception to specific execution contexts or closures.
Distinct from API Request Mocking: Focuses on the scoping and isolation of mocks rather than the general act of mocking requests
Explore 2 awesome GitHub repositories matching testing & quality assurance · Interception Scoping. Refine with filters or upvote what's useful.
MSW is a JavaScript API mocking library and integration testing tool designed to intercept network requests at the network level. It allows for the definition of mock data and status codes using routing syntax to simulate server responses without requiring changes to the application source code. The project utilizes a service worker to proxy API calls in the browser, providing a mechanism for isolated frontend development and testing. It employs platform-specific network adapters to maintain a consistent mocking interface across both browser and Node.js environments. The library covers a ran
Provides a mechanism to restrict request interception to specific closures to prevent global mock leakage.
This project is an enterprise-grade admin dashboard boilerplate and starter kit built on Ant Design Vue. It provides a complete administrative interface with pre-designed pages, navigation patterns, and a professional design system to accelerate the development of business applications. The toolkit features a centralized visual theme configuration system for modifying style variables to meet specific brand requirements. It also includes a multi-language interface system for internationalization and a dedicated development kit for mocking API data using local JSON files. The scaffolding cover
Provides an interception layer to return local JSON files instead of real API responses during development.