awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • angular/angularAvatar de angular

    angular/angular

    100,360Voir sur 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
    Voir sur GitHub↗100,360
  • molefrog/wouterAvatar de molefrog

    molefrog/wouter

    7,845Voir sur 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
    Voir sur GitHub↗7,845
  • toddmotto/angularjs-styleguideAvatar de toddmotto

    toddmotto/angularjs-styleguide

    5,919Voir sur 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
    Voir sur GitHub↗5,919
  • rubylouvre/avalonAvatar de RubyLouvre

    RubyLouvre/avalon

    5,774Voir sur 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
    Voir sur 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

Explorer les sous-tags

  • 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.