awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesBrowser Testing Tools

Frameworks for automating browser interactions and documentation testing.

Explore 5 awesome GitHub repositories matching part of an awesome list · Browser Testing Tools. Refine with filters or upvote what's useful.

Awesome Browser Testing Tools GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • googlechrome/puppeteerAvatar von GoogleChrome

    GoogleChrome/puppeteer

    94,974Auf GitHub ansehen↗

    Puppeteer is a JavaScript library for programmatically controlling Chrome and Firefox through the Chrome DevTools Protocol or the WebDriver BiDi protocol. It launches and manages browser instances—typically without a visible user interface—to automate interactions with web pages, enabling navigation, clicking, typing, and data extraction entirely through code. The library distinguishes itself through deep integration with the Chromium embedding layer, allowing fine-grained process configuration with custom flags, permissions, and sandbox policies. It maintains multiple concurrent command stre

    Headless browser automation for testing and documentation generation.

    TypeScript
    Auf GitHub ansehen↗94,974
  • cypress-io/cypressAvatar von cypress-io

    cypress-io/cypress

    50,113Auf GitHub ansehen↗

    Cypress is a browser-based testing framework designed for writing and running automated tests directly inside the browser. It serves as an end-to-end testing framework, a frontend component testing tool, and a web application test runner. The project also functions as a headless browser automation tool and a network traffic interceptor. The system differentiates itself by executing test code within the same browser process as the application, allowing for direct access to the DOM. It includes a network traffic interception system to stub and manipulate browser requests, as well as a graphical

    Transforms test files using a module bundler to ensure they run correctly within the browser.

    TypeScriptangular-testing-librarycomponent-testingcypress
    Auf GitHub ansehen↗50,113
  • grafana/k6Avatar von grafana

    grafana/k6

    30,874Auf GitHub ansehen↗

    k6 is a performance testing framework used to measure the scalability and stability of network services and APIs. It functions as a JavaScript load testing tool that uses a Go engine to simulate concurrent user traffic. The tool enables the enforcement of service level objectives by comparing response time percentiles against quantitative performance thresholds. It also operates as a performance regression tool for continuous integration pipelines and a browser performance testing tool that executes scripts within a bundled headless browser instance. Its capabilities cover workload scenario

    Measures real user interaction performance by executing scripts within a bundled headless browser instance.

    Goes6gogolang
    Auf GitHub ansehen↗30,874
  • mochajs/mochaAvatar von mochajs

    mochajs/mocha

    22,967Auf GitHub ansehen↗

    Mocha is a JavaScript test runner and framework designed to execute automated test suites across multiple runtimes, including Node.js and web browser environments. It functions as a pluggable testing tool for organizing and validating unit, integration, and functional tests. The project distinguishes itself through a plugin-based extension interface that allows for custom functionality and reporting. It supports a multi-runtime approach, enabling the same test suite to run in different JavaScript environments, and includes a watch mode that monitors the filesystem to trigger automatic test re

    Supports executing test suites directly within web browsers with visual result reporting.

    JavaScriptbddbrowserjavascript
    Auf GitHub ansehen↗22,967
  • gotwarlost/istanbulAvatar von gotwarlost

    gotwarlost/istanbul

    8,662Auf GitHub ansehen↗

    Istanbul is a JavaScript code coverage tool and instrumentation engine that measures the execution of statements, lines, functions, and branches. It functions as a test coverage analysis tool capable of monitoring code across unit, functional, and browser tests to identify untested areas of a codebase. The project distinguishes itself through a transparent instrumentation engine that uses module loader hooks to inject tracking code without requiring manual source modifications. It supports distributed test reporting by aggregating fragmented coverage data from multiple concurrent processes in

    Adds tracking logic to JavaScript files to measure code coverage when tests run inside a web browser.

    JavaScript
    Auf GitHub ansehen↗8,662
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Browser Testing Tools

Unter-Tags erkunden

  • Browser Coverage InstrumentationAdding tracking logic to JavaScript to measure code coverage specifically within browser environments. **Distinct from Browser Testing Tools:** Distinct from general browser testing tools by focusing on the instrumentation needed for coverage measurement.
  • Performance Testing ToolsSpecialized browser automation tools focused on measuring rendering and interaction speed. **Distinct from Browser Testing Tools:** Distinct from general browser testing: focuses on performance metrics rather than functional correctness.
  • Test Specification BundlersTools that transform test files into browser-compatible formats. **Distinct from Browser Testing Tools:** Specifically target the bundling of test definitions rather than the application's production assets.