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
·

4 repository-uri

Awesome GitHub RepositoriesRouting Component Testing

Tools for simulating navigation and verifying route-based component states.

Explore 4 awesome GitHub repositories matching testing & quality assurance · Routing Component Testing. Refine with filters or upvote what's useful.

Awesome Routing Component Testing GitHub Repositories

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

    angular/angular

    100,360Vezi pe GitHub↗

    Angular is a platform for building web applications using a component-based architecture. It provides a comprehensive suite of tools for managing encapsulated UI units, including hierarchical dependency injection, a declarative template system, and fine-grained reactivity through signals. The framework supports complex application requirements such as client-side routing, form management, and internationalization. The project includes a command-line interface for scaffolding and build automation, alongside a testing ecosystem for unit and integration verification. It offers multiple rendering

    Simulates navigation and verifies component states by configuring a router within test environments.

    TypeScriptangularjavascriptpwa
    Vezi pe GitHub↗100,360
  • molefrog/wouterAvatar molefrog

    molefrog/wouter

    7,845Vezi pe GitHub↗

    Wouter is a minimalist client-side routing library for React and Preact. It uses a hook-based system to map URL paths to components, managing navigation and URL state without requiring a mandatory provider. The library is designed for cross-ecosystem compatibility between React and Preact and supports server-side rendering by accepting initial paths and search strings during markup generation. It includes a URL parameter manager for extracting dynamic path segments and query strings from the browser address bar. Capabilities include hierarchical nested routing, programmatic navigation manage

    Includes a memory-based location hook to mock URL states and track history for automated testing.

    TypeScript
    Vezi pe GitHub↗7,845
  • toddmotto/angularjs-styleguideAvatar toddmotto

    toddmotto/angularjs-styleguide

    5,919Vezi pe GitHub↗

    This is a style guide for structuring AngularJS applications using a component-based architecture. It provides a set of conventions for organizing code into self-contained modules, each encapsulating its own logic, templates, and routing. The guide promotes a modular application structure built from root, component, common, and feature modules to improve maintainability and reusability. The guide establishes a one-way data flow pattern where parent components pass data to children through bindings, and children communicate changes back up through events. It distinguishes between stateful comp

    Defines routing logic within components and maps resolved data to component bindings for view initialization.

    angularangularjses2015
    Vezi pe GitHub↗5,919
  • rubylouvre/avalonAvatar RubyLouvre

    RubyLouvre/avalon

    5,774Vezi pe GitHub↗

    Avalon is a client-side MVVM JavaScript framework that binds model data to DOM elements and automatically updates views when state changes. It functions as a component-based UI framework, encapsulating markup, logic, and styles into reusable custom components that can be composed across pages, while also serving as a virtual DOM diffing engine that computes minimal DOM updates by comparing lightweight in-memory view tree snapshots. The framework distinguishes itself through a template directive compiler that transforms declarative HTML attributes like ms-repeat and ms-if into executable view

    Maps URL paths to components so the application navigates by swapping component instances.

    JavaScript
    Vezi pe GitHub↗5,774
  1. Home
  2. Testing & Quality Assurance
  3. Software Testing
  4. End-to-End and Integration Testing
  5. Routing Testing
  6. Routing Component Testing

Explorează sub-etichetele

  • Component-Based Route DefinitionsDefining routing logic within components and mapping resolved data to component bindings for view initialization. **Distinct from Routing Component Testing:** Distinct from Routing Component Testing: focuses on defining routing logic within components rather than testing route-based component states.