awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • karma-runner/karmakarma-runner 的头像

    karma-runner/karma

    11,958在 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
    在 GitHub 上查看↗11,958
  • webdriverio/webdriveriowebdriverio 的头像

    webdriverio/webdriverio

    9,795在 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
    在 GitHub 上查看↗9,795
  1. Home
  2. Software Engineering & Architecture
  3. Integration Adapters
  4. Testing Framework Adapters