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

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

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

software testing framework / library

排名更新于 2026年6月30日

For 自动化软件测试工具, the strongest matches are vitest-dev/vitest (Vitest is a high-performance testing framework purpose-built for JavaScript), pester/pester (Pester is a full-featured testing framework for PowerShell that) and facebook/jest (Jest is a comprehensive testing framework for JavaScript/TypeScript with). onqtam/doctest and jestjs/jest round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

我们为您精选了匹配 “test” 的开源 GitHub 仓库。结果按与您查询的相关性进行排名 — 您可以使用下方筛选器缩小范围,或通过 AI 进行优化。

“自动化软件测试工具” 的搜索结果

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

    vitest-dev/vitest

    15,970在 GitHub 上查看↗

    Vitest is a high-performance testing framework designed for JavaScript and TypeScript applications. It provides an integrated environment that supports unit, integration, and browser-based testing, allowing developers to execute test suites natively without requiring separate build steps or complex configuration. The project distinguishes itself through a highly optimized execution model that leverages worker-thread isolation and on-demand module transformation to provide rapid feedback. It includes a comprehensive suite of mocking and spying utilities that allow for the interception of depen

    Vitest is a high-performance testing framework purpose-built for JavaScript and TypeScript, providing an integrated test runner, assertion library, mocking utilities, coverage, and parameterized tests — exactly the kind of general-purpose automated testing tool you're looking for.

    TypeScriptAssertion LibrariesTest Execution RunnersTest Parameterization
    在 GitHub 上查看↗15,970
  • pester/pesterpester 的头像

    pester/Pester

    3,262在 GitHub 上查看↗

    Pester is a PowerShell testing framework and behavior-driven development tool used to write and run automated tests for scripts and modules. It defines and verifies software behavior through human-readable specifications to validate that code behaves as expected. The project includes a native mocking library that replaces real functions and commands with controlled implementations, allowing for the isolation of code and verification of command invocations without altering the system environment. It also functions as a code coverage tool that measures the percentage of executed lines during te

    Pester is a full-featured testing framework for PowerShell that includes a test runner, assertion library, mocking, and code coverage—fitting the core need for automated testing, though it is limited to PowerShell rather than being multi-language.

    PowerShellAssertion LibrariesCI Pipeline IntegrationsCode Coverage Analysis
    在 GitHub 上查看↗3,262
  • facebook/jestfacebook 的头像

    facebook/jest

    45,448在 GitHub 上查看↗

    Jest is a JavaScript testing framework that integrates a test runner, an assertion library, and a snapshot testing tool. Its primary purpose is to provide a comprehensive environment for writing and running automated JavaScript tests to verify software correctness. The framework is distinguished by its snapshot testing capabilities, which capture the state of large objects or rendered components to detect regressions over time. It also features a reactive watch mode that monitors file changes and automatically executes only the tests related to modified code. The project covers a broad range

    Jest is a comprehensive testing framework for JavaScript/TypeScript with a built-in test runner, assertion library, mocking, and code coverage, but its single-language scope means it does not offer the multi-language support you are looking for.

    TypeScriptAssertion LibrariesCLI Test RunnersTest Suite Runners
    在 GitHub 上查看↗45,448
  • onqtam/doctestonqtam 的头像

    onqtam/doctest

    6,768在 GitHub 上查看↗

    doctest is a unit testing framework and assertion library for C++ delivered as a single-header library. It provides a test runner with a command line interface to execute tests, filter test suites, and generate execution reports. The framework supports in-source unit testing and allows for the complete removal of testing logic from compiled binaries via preprocessor stripping to eliminate performance overhead in production environments. It also enables cross-binary test registry sharing, allowing one executable to utilize the test runner of another. Capabilities include parameterized testing

    doctest is a unit testing framework for C++ with a built‑in test runner, assertion library, and support for parameterized tests, but it lacks mocking/stubbing, code coverage, and multi‑language support, making it a narrower fit for a general‑purpose testing tool.

    C++Assertion LibrariesTest Execution RunnersTest Parameterization
    在 GitHub 上查看↗6,768
  • jestjs/jestjestjs 的头像

    jestjs/jest

    45,448在 GitHub 上查看↗

    Jest is a JavaScript testing framework designed for writing and running automated test suites to verify the correctness of JavaScript and TypeScript code. It functions as a comprehensive toolset that integrates a test runner, a mocking and spying library, a snapshot testing tool, and a code coverage tool. The framework distinguishes itself through snapshot testing, which records the serialized state of data structures to detect regressions in future executions. It also includes a mocking and spying library for simulating external dependencies and tracking function calls to isolate code during

    Jest is a full-featured JavaScript/TypeScript testing framework that includes a test runner, assertion library, mocking, code coverage, and parameterized tests, covering most of the listed features—it is squarely a software testing framework, though it targets only JavaScript/TypeScript rather than being multi-language.

    TypeScriptTest Execution RunnersCode Coverage ToolsDependency Mocking
    在 GitHub 上查看↗45,448
  • cypress-io/cypresscypress-io 的头像

    cypress-io/cypress

    50,113在 GitHub 上查看↗

    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

    Cypress is a browser-focused testing framework with a test runner, assertion library, mocking via network interception, and CI/CD integration, making it a fit for writing automated tests, though its multi-language support is limited to JavaScript/TypeScript and it is not general-purpose across all software domains.

    TypeScriptCLI Test RunnersTest Suite Runners
    在 GitHub 上查看↗50,113
  • smartystreets/goconveysmartystreets 的头像

    smartystreets/goconvey

    8,415在 GitHub 上查看↗

    GoConvey is a behavioral testing framework for the Go programming language that provides a test runner, a code coverage tool, and a web-based monitoring dashboard. It integrates with the standard Go test command to organize tests into behavioral stories and conveyors. The project features a web interface that monitors the file system for source code changes and automatically triggers test execution to provide real-time feedback. This dashboard displays test results, failures, and a chronological history of execution status. The framework includes a state assertion system for verifying values

    GoConvey is a behavioral testing framework for Go that provides a test runner, assertion library, code coverage tracking, and a live web dashboard — it fits the testing framework category well for Go projects, though it does not support multiple languages or include built-in mocking.

    GoCLI Test RunnersCode Coverage Analysis
    在 GitHub 上查看↗8,415
  • junit-team/junit-frameworkjunit-team 的头像

    junit-team/junit-framework

    7,032在 GitHub 上查看↗

    This project is a JVM testing framework that provides a foundation for defining and running automated tests using a pluggable engine architecture. It functions as a JVM test orchestrator and a modular test engine API, allowing multiple testing engines to be grouped and executed as a single coordinated unit. The framework includes a platform launcher for discovering and executing test suites from build systems, integrated development environments, or the command line. It enables the creation of custom testing frameworks through a standardized interface that integrates into a shared execution p

    JUnit is a foundational testing framework for the JVM with a pluggable engine, test runner, parameterized tests, and strong CI integration, but it does not include built-in mocking or code coverage, so it fits your need for a general-purpose testing framework though you may need additional libraries for those features.

    JavaTest ParameterizationTest Suite Launchers
    在 GitHub 上查看↗7,032
  • doctest/doctestdoctest 的头像

    doctest/doctest

    6,765在 GitHub 上查看↗

    doctest is a lightweight C++ unit testing framework and assertion library. It provides a single-header implementation that eliminates complex build dependencies, allowing developers to write and execute test cases directly within their source code. The framework is distinguished by its focus on compile-time performance and binary overhead. It uses conditional compilation guards to strip all testing logic and metadata from production binaries. Additionally, it features hierarchical subcases that re-execute parent setup code to isolate different execution paths within a single test case. Its c

    doctest is a lightweight C++ unit testing framework with a built-in test runner and assertion library, making it a good fit for C++ projects, but it lacks built-in mocking, code coverage, and multi-language support, so it's best suited for C++-focused teams.

    C++Assertion LibrariesTest Execution RunnersTest Parameterization
    在 GitHub 上查看↗6,765
  • mochajs/mochamochajs 的头像

    mochajs/mocha

    22,967在 GitHub 上查看↗

    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

    Mocha is a JavaScript test runner and framework that organizes and executes automated tests across Node.js and browser environments, fitting the general-purpose testing tool intent, though its scope is limited to JavaScript rather than supporting multiple languages.

    JavaScriptTest Execution RunnersCLI Test Runners
    在 GitHub 上查看↗22,967
  • onsi/ginkgoonsi 的头像

    onsi/ginkgo

    9,014在 GitHub 上查看↗

    Ginkgo is a behavior-driven development testing framework, assertion library, and test runner for Go. It provides a domain-specific language for writing human-readable specifications, organizing tests into hierarchical containers and subjects to describe system behavior. The project distinguishes itself through advanced execution control and observability, featuring a test runner capable of parallel distribution, sharding, and randomized execution order to detect flaky tests. It includes specialized diagnostic tools for goroutine leak detection, hanging spec monitoring, and failure state debu

    Ginkgo is a BDD testing framework and test runner for Go that includes assertion libraries and advanced execution control, fitting the request for a test automation tool, though it is limited to Go and does not natively support multiple languages or built-in code coverage.

    GoAssertion LibrariesTest Execution RunnersTable-Driven Tests
    在 GitHub 上查看↗9,014
  • robotframework/robotframeworkrobotframework 的头像

    robotframework/robotframework

    11,428在 GitHub 上查看↗

    Robot Framework is a keyword-driven automation framework designed for acceptance testing and robotic process automation. It utilizes a human-readable, tabular syntax to define test cases and workflows, separating the automation logic from the underlying implementation. By mapping plain-text keywords to executable commands, the framework enables the creation of maintainable and reusable automation sequences. The platform distinguishes itself through a modular architecture that supports the integration of custom libraries and external modules. This extensibility allows users to expand the frame

    Robot Framework is a widely adopted keyword-driven testing framework that provides a test runner, built-in assertion keywords, parameterized testing support, and integrates seamlessly with CI/CD pipelines, making it a strong fit for general-purpose test automation.

    PythonBusiness Process Automation ToolsSoftware TestingTest Automation Tools
    在 GitHub 上查看↗11,428
  • google/googletestgoogle 的头像

    google/googletest

    38,713在 GitHub 上查看↗

    This project is a comprehensive C++ unit testing framework designed to verify code logic and identify regressions through a suite of assertion macros, test fixtures, and execution runners. It automates the discovery and registration of test cases during static initialization, allowing developers to define isolated test environments that ensure repeatable and predictable conditions for every execution. The framework distinguishes itself through a sophisticated mock object library that enables the simulation of components and the enforcement of strict interaction requirements. By intercepting v

    Google Test is a comprehensive C++ unit testing framework that includes a test runner, assertion library, mocking support, and parameterized tests, directly matching the search for a software testing framework, though it is language-specific and lacks built-in code coverage.

    C++Test Runners
    在 GitHub 上查看↗38,713
  • pytest-dev/pytestpytest-dev 的头像

    pytest-dev/pytest

    13,645在 GitHub 上查看↗

    pytest is a testing framework for Python that provides a command-line runner for discovering and executing test suites. It is built on a modular architecture that uses standard language assertions to verify code correctness, automatically inspecting expressions to provide detailed failure reports without requiring specialized assertion methods. The framework distinguishes itself through a dependency injection system that manages setup and teardown logic by automatically resolving and injecting resources into test functions. It also features a hook-based plugin architecture that allows for dee

    Pytest is a full-featured testing framework for Python with a built-in runner, assertion introspection, fixture management, and strong plugin support, but it only covers a single language, not the multi‑language requirement.

    PythonTest Execution RunnersCLI Test Runners
    在 GitHub 上查看↗13,645
  • microsoft/playwrightmicrosoft 的头像

    microsoft/playwright

    91,074在 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 in consistent, isolated environments. The framework distinguishes itself through a web-first testing paradigm that prioritizes stability and resilience. By utilizing an auto-waiting actionability engine and accessibility-tree-based locators, it eliminates common sources of test

    Playwright is a browser automation testing framework with a built-in test runner, assertions, and mocking, but it is specialized for web end-to-end testing rather than the general-purpose software testing you described.

    TypeScriptAssertion LibrariesTest ParameterizationCLI Test Runners
    在 GitHub 上查看↗91,074
  • avajs/avaavajs 的头像

    avajs/ava

    20,849在 GitHub 上查看↗

    Ava is a test runner for JavaScript and TypeScript designed to execute test suites with a focus on concurrency and isolation. It serves as a concurrent test executor that runs test files in parallel across multiple processes to reduce total runtime and prevent state leakage between suites. The project features a built-in snapshot testing framework that saves large data structures to disk and compares subsequent executions to detect regressions via diffs. It is also compatible with the Test Anything Protocol, allowing it to export results for use with external reporting tools. Its capability

    Ava is a concurrent test runner for JavaScript and TypeScript with built-in assertions and snapshot testing, making it a genuine testing framework for those languages, though it lacks native mocking, code coverage, and multi-language support.

    JavaScriptAssertion LibrariesCode Coverage Analysis
    在 GitHub 上查看↗20,849
  • 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

    WebdriverIO is a Node.js test automation framework specifically designed for end-to-end testing of web and mobile apps; it includes a test runner and integrates with assertion libraries, but its focus on browser automation and lack of native multi-language support makes it less general-purpose than the comprehensive testing framework this search targets.

    TypeScriptTest RunnersTest Suite Runners
    在 GitHub 上查看↗9,795
  • thomhurst/tunitthomhurst 的头像

    thomhurst/TUnit

    3,744在 GitHub 上查看↗

    TUnit is a comprehensive C# testing framework, mocking library, and fluent assertion tool. It utilizes source generation for test discovery and mock creation, ensuring compatibility with Native AOT and IL trimming by eliminating the need for runtime reflection and proxies. The framework provides specialized capabilities for integration testing, including the management of distributed application lifecycles, isolated database schemas, and the correlation of telemetry and logs across process boundaries via OTLP. It also includes an HTTP testing utility to intercept network exchanges and mock AP

    TUnit is a comprehensive C# testing framework with a built-in test runner, fluent assertions, and mocking, making it a solid fit as a testing library—but it is limited to C# only, so it lacks the multi-language support you might be looking for.

    C#Parametrized Test CasesTest ParameterizationCLI Test Runners
    在 GitHub 上查看↗3,744
  • jasmine/jasminejasmine 的头像

    jasmine/jasmine

    15,824在 GitHub 上查看↗

    Jasmine is a JavaScript testing framework and test runner designed for behavior-driven development. It provides a comprehensive toolset for writing and executing descriptive test suites that verify code behavior in both web browsers and Node.js environments. The framework is distinguished by its integrated mocking library, which allows for dependency isolation through spies and stubs, as well as the ability to simulate time and timing functions to test asynchronous logic synchronously. It also includes a mechanism to enforce test uniqueness, preventing duplicate names for tests and suites. I

    Jasmine is a mature JavaScript testing framework with a built-in test runner, assertion library, and integrated mocking via spies and stubs, along with support for parameterized tests and asynchronous handling—so it fits the intent for a general-purpose testing tool, though its single-language focus means it does not cover the multi-language requirement.

    JavaScriptTest Execution Runners
    在 GitHub 上查看↗15,824
  • cucumber/cucumber-jscucumber 的头像

    cucumber/cucumber-js

    5,350在 GitHub 上查看↗

    Cucumber-js is a behavior-driven development tool and acceptance test automation framework for JavaScript. It serves as a test automation engine that allows users to define system behavior using human-readable scenarios, mapping plain-text steps to executable code to verify that software conforms to business rules and acceptance criteria. The project utilizes a Gherkin-based framework to create executable system documentation in natural language. It supports multi-language localization for writing scenarios in various spoken languages and provides tools for scenario parameterization and busin

    Cucumber-js is a BDD acceptance test automation framework that lets you run automated tests from human-readable Gherkin scenarios, providing a test runner, parameterized tests, mocking support, and CI/CD integration—though it focuses on BDD-style testing rather than being a fully general-purpose unit-testing framework, and lacks built-in code coverage.

    TypeScriptDependency Mocking
    在 GitHub 上查看↗5,350
  • tape-testing/tapetape-testing 的头像

    tape-testing/tape

    5,802在 GitHub 上查看↗

    Tape is a TAP-producing test framework for Node.js that provides assertions, spies, subtests, and isolated test harnesses. It functions as both a test runner and an assertion library, outputting results in the Test Anything Protocol format for machine or human consumption. The framework manages test execution through callback-based async control, plan-based auto termination, and subtest stack isolation. It includes a spy wrapper system that replaces object methods with call-recording wrappers that restore originals during teardown, along with a teardown callback registry that collects and exe

    Tape is a TAP-producing test framework for Node.js that combines a test runner, assertion library, and built-in spy mocking, making it a solid fit for writing and running automated tests—though it focuses on JavaScript and lacks built-in code coverage and parameterized tests.

    JavaScriptCLI Test Runners
    在 GitHub 上查看↗5,802
  • codeception/codeceptionCodeception 的头像

    Codeception/Codeception

    4,855在 GitHub 上查看↗

    Codeception is a full-stack testing framework for PHP applications that provides a unified interface for unit, functional, and acceptance testing. It serves as a tool for automating real desktop and mobile browsers via the WebDriver protocol and acts as a client for testing REST and SOAP APIs. The framework is distinguished by its support for Behavior-Driven Development, allowing users to write human-readable test specifications in Gherkin language to align technical tests with business requirements. It implements actor-based action mapping to connect these natural language steps to executabl

    Codeception is a full-stack testing framework for PHP that includes a test runner, assertion library, mocking, code coverage, and parameterized tests, fitting your search for a general-purpose testing tool; however, it only supports PHP, not multiple languages.

    PHPTest ParameterizationCode Coverage Analysis
    在 GitHub 上查看↗4,855
  • stretchr/testifystretchr 的头像

    stretchr/testify

    25,861在 GitHub 上查看↗

    Testify is a comprehensive testing toolkit for Go that provides a suite of assertion libraries and mocking frameworks to validate code behavior. It enables developers to write automated tests by comparing actual results against expected outcomes, ensuring that functional requirements are met throughout the development process. The project distinguishes itself through its flexible failure propagation, which allows tests to either halt execution immediately upon a failed requirement or return boolean results for conditional logic. It includes deep-equality object comparison and JSON normalizati

    Testify is a Go-focused testing toolkit that provides assertion libraries and mocking capabilities, fitting the need for a testing library in software projects, though it is limited to Go and relies on the Go test runner for execution.

    GoTesting FrameworksMocking FrameworksAPI Testing
    在 GitHub 上查看↗25,861
  • swiftlang/swift-testingswiftlang 的头像

    swiftlang/swift-testing

    2,155在 GitHub 上查看↗

    Swift Testing is a testing framework for the Swift programming language that provides a structured environment for validating code behavior. It utilizes compile-time macro discovery to register test functions and organizes them into hierarchical suites, allowing for granular control over test execution and metadata tagging. The framework distinguishes itself through native integration with Swift concurrency models, enabling parallel test execution to reduce verification time. It supports parameterized testing, which allows developers to run identical logic across multiple input values, and pr

    swift-testing is a modern testing package for Swift that provides a test runner, assertions, and parameterized tests, so it fits your search for a testing framework, though it supports only Swift and may not include mocking or code coverage built-in.

    SwiftAssertion LibrariesTest Parameterization
    在 GitHub 上查看↗2,155
一览前 10 名对比
仓库Star 数语言许可证最后推送
vitest-dev/vitest16KTypeScriptmit2026年2月19日
pester/pester3.3KPowerShellother2026年1月29日
facebook/jest45.4KTypeScriptMIT2026年6月16日
onqtam/doctest6.8KC++MIT2026年6月16日
jestjs/jest45.4KTypeScriptMIT2026年6月16日
cypress-io/cypress50.1KTypeScriptMIT2026年6月16日
smartystreets/goconvey8.4KGoNOASSERTION2024年7月30日
junit-team/junit-framework7KJavaEPL-2.02026年6月22日
doctest/doctest6.8KC++MIT2026年6月16日
mochajs/mocha23KJavaScriptMIT2026年6月22日

Related searches

  • 用于 AI 生成单元测试的工具
  • a testing framework for Go applications
  • 带有 fixture 支持的 Python 测试框架
  • a testing framework for Rust projects
  • a testing framework for PHP applications
  • 用于测试网络连通性的工具
  • a testing framework for Dart applications
  • a unit testing framework for C++