awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • mswjs/mswالصورة الرمزية لـ mswjs

    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-proالصورة الرمزية لـ vueComponent

    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