awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesInterception Scoping

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.

Awesome Interception Scoping GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • mswjs/mswmswjs 的头像

    mswjs/msw

    17,977在 GitHub 上查看↗

    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.

    TypeScriptapiapi-mockingdevtools
    在 GitHub 上查看↗17,977
  • vuecomponent/ant-design-vue-provueComponent 的头像

    vueComponent/ant-design-vue-pro

    10,937在 GitHub 上查看↗

    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.

    Vueadminant-designantd
    在 GitHub 上查看↗10,937
  1. Home
  2. Testing & Quality Assurance
  3. General Testing Utilities
  4. Test Utilities & Assertions
  5. Network and API Mocking
  6. API Request Mocking
  7. Interception Scoping