awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • mswjs/mswAvatar mswjs

    mswjs/msw

    17,977Vezi pe 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
    Vezi pe GitHub↗17,977
  • vuecomponent/ant-design-vue-proAvatar vueComponent

    vueComponent/ant-design-vue-pro

    10,937Vezi pe 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
    Vezi pe 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