awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesTesting Framework Adapters

Interface layers that allow different JavaScript testing libraries to be executed by a single runner.

Distinct from Integration Adapters: Distinct from Integration Adapters by focusing specifically on the translation between test libraries and the execution runner.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Testing Framework Adapters. Refine with filters or upvote what's useful.

Awesome Testing Framework Adapters GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • karma-runner/karmaAvatar de karma-runner

    karma-runner/karma

    11,958Ver en GitHub↗

    Karma is a JavaScript test runner designed for executing test suites across multiple real web browsers to ensure cross-browser compatibility. It functions as a browser-based execution system that launches browsers, captures console output, and provides a command line interface for running automated tests within continuous integration pipelines. The project utilizes a plugin architecture that allows for the integration of third-party launchers, reporters, and preprocessors. It employs an adapter-based framework to execute tests from various assertion libraries through a unified runner interfac

    Implements a translation layer to execute tests from various assertion libraries through a unified runner interface.

    JavaScript
    Ver en GitHub↗11,958
  • webdriverio/webdriverioAvatar de webdriverio

    webdriverio/webdriverio

    9,795Ver en GitHub↗

    WebDriverIO is a Node.js test automation framework used for automating functional tests across web browsers and mobile applications. It acts as a WebDriver protocol client that manages remote browser sessions and executes commands against WebDriver and Appium servers to perform end-to-end testing. The framework is distinguished by its ability to control both native and hybrid mobile applications and its support for running automated suites across local machines, remote grids, and cloud device providers. It includes specialized capabilities for coordinating multi-browser interactions and estab

    Provides a translation layer that enables the automation logic to work seamlessly with test runners like Mocha, Jasmine, and Cucumber.

    TypeScript
    Ver en GitHub↗9,795
  1. Home
  2. Software Engineering & Architecture
  3. Integration Adapters
  4. Testing Framework Adapters