awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

software testing framework / library

Clasament actualizat la 30 iun. 2026

For un instrument pentru testarea automatizată a software-ului, 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.

Selectăm repository-uri open-source de pe GitHub care se potrivesc cu „test”. Rezultatele sunt clasificate după relevanța față de căutarea ta — folosește filtrele de mai jos pentru a rafina rezultatele sau utilizează AI-ul.

Rezultate pentru „un instrument pentru testarea automatizată a software-ului”

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • vitest-dev/vitestAvatar vitest-dev

    vitest-dev/vitest

    15,970Vezi pe 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
    Vezi pe GitHub↗15,970
  • pester/pesterAvatar pester

    pester/Pester

    3,262Vezi pe 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
    Vezi pe GitHub↗3,262
  • facebook/jestAvatar facebook

    facebook/jest

    45,448Vezi pe 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
    Vezi pe GitHub↗45,448
  • onqtam/doctestAvatar onqtam

    onqtam/doctest

    6,768Vezi pe 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
    Vezi pe GitHub↗6,768
  • jestjs/jestAvatar jestjs

    jestjs/jest

    45,448Vezi pe 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
    Vezi pe GitHub↗45,448
  • cypress-io/cypressAvatar cypress-io

    cypress-io/cypress

    50,113Vezi pe 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
    Vezi pe GitHub↗50,113
  • smartystreets/goconveyAvatar smartystreets

    smartystreets/goconvey

    8,415Vezi pe 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
    Vezi pe GitHub↗8,415
  • junit-team/junit-frameworkAvatar junit-team

    junit-team/junit-framework

    7,032Vezi pe 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
    Vezi pe GitHub↗7,032
  • doctest/doctestAvatar doctest

    doctest/doctest

    6,765Vezi pe 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
    Vezi pe GitHub↗6,765
  • mochajs/mochaAvatar mochajs

    mochajs/mocha

    22,967Vezi pe 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
    Vezi pe GitHub↗22,967
  • onsi/ginkgoAvatar onsi

    onsi/ginkgo

    9,014Vezi pe 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
    Vezi pe GitHub↗9,014
  • robotframework/robotframeworkAvatar robotframework

    robotframework/robotframework

    11,428Vezi pe 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
    Vezi pe GitHub↗11,428
  • google/googletestAvatar google

    google/googletest

    38,713Vezi pe 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
    Vezi pe GitHub↗38,713
  • pytest-dev/pytestAvatar pytest-dev

    pytest-dev/pytest

    13,645Vezi pe 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
    Vezi pe GitHub↗13,645
  • microsoft/playwrightAvatar microsoft

    microsoft/playwright

    91,074Vezi pe 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
    Vezi pe GitHub↗91,074
  • avajs/avaAvatar avajs

    avajs/ava

    20,849Vezi pe 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
    Vezi pe GitHub↗20,849
  • webdriverio/webdriverioAvatar webdriverio

    webdriverio/webdriverio

    9,795Vezi pe 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
    Vezi pe GitHub↗9,795
  • thomhurst/tunitAvatar thomhurst

    thomhurst/TUnit

    3,744Vezi pe 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
    Vezi pe GitHub↗3,744
  • jasmine/jasmineAvatar jasmine

    jasmine/jasmine

    15,824Vezi pe 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
    Vezi pe GitHub↗15,824
  • cucumber/cucumber-jsAvatar cucumber

    cucumber/cucumber-js

    5,350Vezi pe 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
    Vezi pe GitHub↗5,350
  • tape-testing/tapeAvatar tape-testing

    tape-testing/tape

    5,802Vezi pe 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
    Vezi pe GitHub↗5,802
  • codeception/codeceptionAvatar Codeception

    Codeception/Codeception

    4,855Vezi pe 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
    Vezi pe GitHub↗4,855
  • stretchr/testifyAvatar stretchr

    stretchr/testify

    25,861Vezi pe 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
    Vezi pe GitHub↗25,861
  • swiftlang/swift-testingAvatar swiftlang

    swiftlang/swift-testing

    2,155Vezi pe 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
    Vezi pe GitHub↗2,155
Compară top 10 dintr-o privire
RepositorySteleLimbajLicențăUltimul push
vitest-dev/vitest16KTypeScriptmit19 feb. 2026
pester/pester3.3KPowerShellother29 ian. 2026
facebook/jest45.4KTypeScriptMIT16 iun. 2026
onqtam/doctest6.8KC++MIT16 iun. 2026
jestjs/jest45.4KTypeScriptMIT16 iun. 2026
cypress-io/cypress50.1KTypeScriptMIT16 iun. 2026
smartystreets/goconvey8.4KGoNOASSERTION30 iul. 2024
junit-team/junit-framework7KJavaEPL-2.022 iun. 2026
doctest/doctest6.8KC++MIT16 iun. 2026
mochajs/mocha23KJavaScriptMIT22 iun. 2026

Related searches

  • instrument pentru generarea automată de unit teste cu AI
  • a testing framework for Go applications
  • framework de testare pentru Python cu suport pentru fixture-uri
  • a testing framework for Rust projects
  • a testing framework for PHP applications
  • un instrument pentru testarea conectivității de rețea
  • a testing framework for Dart applications
  • a unit testing framework for C++