For ein Tool für automatisierte Softwaretests, 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.
Wir kuratieren Open-Source GitHub Repositories passend zu „test“. Die Ergebnisse sind nach Relevanz für deine Suche sortiert — nutze die Filter unten oder verfeinere die Suche mit KI.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
| Repository | Stars | Sprache | Lizenz | Letzter Push |
|---|---|---|---|---|
| vitest-dev/vitest | 16K | TypeScript | mit | |
| pester/pester | 3.3K | PowerShell | other | |
| facebook/jest | 45.4K | TypeScript | MIT | |
| onqtam/doctest | 6.8K | C++ | MIT | |
| jestjs/jest | 45.4K | TypeScript | MIT | |
| cypress-io/cypress | 50.1K | TypeScript | MIT | |
| smartystreets/goconvey | 8.4K | Go | NOASSERTION | |
| junit-team/junit-framework | 7K | Java | EPL-2.0 | |
| doctest/doctest | 6.8K | C++ | MIT | |
| mochajs/mocha | 23K | JavaScript | MIT |