awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 रिपॉजिटरी

Awesome GitHub RepositoriesRouting Testing

Utilities for verifying that network traffic is correctly directed and handled by routing components and path configurations.

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

Awesome Routing Testing GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • angular/angularangular का अवतार

    angular/angular

    100,360GitHub पर देखें↗

    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
    GitHub पर देखें↗100,360
  • molefrog/woutermolefrog का अवतार

    molefrog/wouter

    7,845GitHub पर देखें↗

    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
    GitHub पर देखें↗7,845
  • toddmotto/angularjs-styleguidetoddmotto का अवतार

    toddmotto/angularjs-styleguide

    5,919GitHub पर देखें↗

    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
    GitHub पर देखें↗5,919
  • codeigniter4/codeigniter4codeigniter4 का अवतार

    codeigniter4/CodeIgniter4

    5,924GitHub पर देखें↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    Replaces the application's route collection with a custom set of routes for the duration of a single test.

    PHPcodeignitercodeigniter4framework-php
    GitHub पर देखें↗5,924
  • rubylouvre/avalonRubyLouvre का अवतार

    RubyLouvre/avalon

    5,774GitHub पर देखें↗

    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
    GitHub पर देखें↗5,774
  • rspec/rspec-railsrspec का अवतार

    rspec/rspec-rails

    5,271GitHub पर देखें↗

    rspec-rails is a testing framework that integrates RSpec with Ruby on Rails to provide behavior-driven development tools. It serves as a suite for defining application behavior through a conversational syntax, providing a specialized toolkit for creating behavioral specifications for models, controllers, and views. The project distinguishes itself through automated test generation, providing a command-line interface to create boilerplate specification files for Rails components such as models, controllers, and background jobs. It further differentiates its capabilities with a comprehensive mo

    Sets specific hosts for requests to verify routing behavior constrained by subdomains.

    Ruby
    GitHub पर देखें↗5,271
  1. Home
  2. Testing & Quality Assurance
  3. Software Testing
  4. End-to-End and Integration Testing
  5. Routing Testing

सब-टैग एक्सप्लोर करें

  • Route Override HelpersReplaces the application's route collection with a custom set of routes for the duration of a single test. **Distinct from Routing Testing:** Distinct from Routing Testing: focuses on temporarily overriding routes for a test rather than verifying routing behavior.
  • Routing Component Testing1 सब-टैगTools for simulating navigation and verifying route-based component states.