awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
UI Testing Frameworks · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesUI Testing Frameworks

Automated tools for verifying user interface interactions, state, and visual consistency across different environments.

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

  1. Home
  2. Testing & Quality Assurance
  3. Software Testing
  4. UI Testing Frameworks

Awesome UI Testing Frameworks GitHub Repositories

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

    microsoft/playwright

    82,810GitHubView on GitHub↗

    Playwright is a comprehensive browser automation framework designed for end-to-end testing and web workflow automation. It provides a unified API to drive web applications across multiple browser engines, enabling developers to simulate complex user interactions, perform web scraping, and validate application behavior

    TypeScriptautomationchromechromium
  • ocornut/imgui

    ocornut/imgui

    71,441GitHubView on GitHub↗

    This project is an immediate-mode graphical user interface library designed for rapid development of tools and debugging interfaces. By generating UI geometry every frame through procedural code, it eliminates the need for persistent state synchronization between application data and the interface. It is primarily inte

    C++apicplusplusframework
  • nuxt/nuxt

    nuxt/nuxt

    59,659GitHubView on GitHub↗

    Nuxt is a universal web framework designed for building full-stack applications that seamlessly transition between server-side rendering and client-side interactivity. It provides a comprehensive development environment that automates routing, dependency injection, and type generation, allowing developers to focus on a

    TypeScriptcsrframeworkfull-stack

Explore sub-tags

  • Browser Environment MocksSimulation tools that replicate browser APIs and DOM environments to allow UI testing without a full browser instance.
  • Resilient UI Testing FrameworksTesting frameworks built with mechanisms to handle asynchronous UI updates and reduce flakiness in automated interface tests.
  • UI Test EnginesCore engines that drive browser automation and interact with UI elements to perform functional and visual testing.