awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
End-to-End and Integration Testing · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesEnd-to-End and Integration Testing

Frameworks for validating full-stack workflows and interactions between multiple system components.

Explore 3 awesome GitHub repositories matching testing & quality assurance · End-to-End and Integration Testing. Refine with filters or upvote what's useful.

  1. Home
  2. Testing & Quality Assurance
  3. Software Testing
  4. End-to-End and Integration Testing

Awesome End-to-End and Integration Testing GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • flutter/flutter

    flutter/flutter

    175,261GitHubView on GitHub↗

    This project is a multi-platform UI framework designed for building applications that target mobile, web, and desktop environments from a single codebase. It utilizes a declarative paradigm where the user interface is defined as a function of application state, supported by a layered architecture that includes a high-p

    Dartandroidapp-frameworkcross-platform
  • facebook/react-native

    facebook/react-native

    125,418GitHubView on GitHub↗

    This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives.

    C++androidapp-frameworkcross-platform
  • vuejs/core

    vuejs/core

    53,019GitHubView on GitHub↗

    Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity sys

    TypeScript

Explore sub-tags

  • End-to-End TestingAutomated suites that simulate complete user workflows across an entire application stack to verify system-wide functional correctness.
  • Integration Testing FrameworksFrameworks designed to test the interaction between multiple software modules, services, or external databases within a system.
  • Mobile End-to-End TestingTesting solutions that automate user journeys specifically across mobile operating systems and native application interfaces.