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

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

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

Open-source alternatives to Istanbuljs Nyc

30 open-source projects similar to istanbuljs/nyc, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Istanbuljs Nyc alternative.

  • gotwarlost/istanbulgotwarlost 的头像

    gotwarlost/istanbul

    8,662在 GitHub 上查看↗

    Istanbul is a JavaScript code coverage tool and instrumentation engine that measures the execution of statements, lines, functions, and branches. It functions as a test coverage analysis tool capable of monitoring code across unit, functional, and browser tests to identify untested areas of a codebase. The project distinguishes itself through a transparent instrumentation engine that uses module loader hooks to inject tracking code without requiring manual source modifications. It supports distributed test reporting by aggregating fragmented coverage data from multiple concurrent processes in

    JavaScript
    在 GitHub 上查看↗8,662
  • jacoco/jacocojacoco 的头像

    jacoco/jacoco

    4,580在 GitHub 上查看↗

    JaCoCo is a Java code coverage tool and bytecode instrumenter that measures which parts of source code are executed during tests. It functions as a runtime agent to monitor application execution on the fly or as a library for offline bytecode instrumentation, allowing it to capture execution data in environments where runtime agents are restricted. The project distinguishes itself by providing both dynamic and static instrumentation paths to track execution. It includes a runtime agent for on-the-fly monitoring and the ability to modify compiled class files before execution. It further enable

    Javabytecodecoveragegroovy
    在 GitHub 上查看↗4,580
  • colszowka/simplecovcolszowka 的头像

    colszowka/simplecov

    4,902在 GitHub 上查看↗

    SimpleCov is a Ruby code coverage tool and analysis engine used to track which lines, branches, and methods of code execute during tests. It functions as a coverage threshold enforcer and test suite aggregator, recording execution data to identify untested areas of an application. The tool distinguishes itself through the ability to merge coverage results from parallel worker processes and subprocesses into a single unified report. It supports baseline comparison to detect coverage regressions and can gather data from code executed via dynamic evaluation methods, such as those used in templat

    Ruby
    在 GitHub 上查看↗4,902

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • 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

    TypeScripteasyexpectationfacebook
    在 GitHub 上查看↗45,448
  • 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

    JavaScriptassertasyncasync-functions
    在 GitHub 上查看↗20,849
  • 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

    Go
    在 GitHub 上查看↗8,415
  • 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

    TypeScript
    在 GitHub 上查看↗9,795
  • 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

    TypeScripttesttesting-toolsvite
    在 GitHub 上查看↗15,970
  • getgauge/taikogetgauge 的头像

    getgauge/taiko

    3,663在 GitHub 上查看↗

    Taiko is a browser automation framework and web end-to-end testing library used to perform programmatic user actions and verify application behavior. It functions as a headless browser testing tool capable of simulating real interactions and asserting page states in Chromium and Firefox. The project includes a browser interaction recorder that captures live actions and exports them as executable JavaScript automation scripts. It also serves as a web accessibility auditor, analyzing pages to detect accessibility violations and ensure compliance with inclusive design standards. The framework c

    JavaScriptautomationheadlessheadless-browsers
    在 GitHub 上查看↗3,663
  • nextest-rs/nextestnextest-rs 的头像

    nextest-rs/nextest

    2,828在 GitHub 上查看↗

    nextest is a high-performance test execution framework and Rust test runner designed to manage parallelism, retries, and timeouts. It serves as a test recording system that captures execution metadata and outputs into archives for later failure analysis and replay. The project distinguishes itself as a flakiness detection tool, identifying unstable tests through stress loops and automated retry policies. It also functions as a CI test orchestrator, capable of partitioning test suites across multiple workers and exporting results in standardized JUnit XML and JSON formats. The framework provi

    Rustcargo-plugincargo-subcommandflaky-tests
    在 GitHub 上查看↗2,828
  • 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

    JavaScript
    在 GitHub 上查看↗15,824
  • dvyukov/go-fuzzdvyukov 的头像

    dvyukov/go-fuzz

    4,853在 GitHub 上查看↗

    go-fuzz is a coverage-guided randomized testing tool for identifying crashes and logic bugs in Go code. It consists of a fuzzer that evolves random inputs based on code execution paths, an instrumentation tool that produces binaries for tracking coverage, and a seed corpus manager. The tool utilizes compile-time binary instrumentation to monitor branch coverage and employs a feedback-driven mutation loop to prioritize inputs that reach new sections of the codebase. It includes capabilities for comparative differential testing to identify logic errors by executing different implementations of

    Go
    在 GitHub 上查看↗4,853
  • gotestyourself/gotest.toolsG

    gotestyourself/gotest.tools

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • jarcoal/httpmockjarcoal 的头像

    jarcoal/httpmock

    2,077在 GitHub 上查看↗

    HTTP mocking for Golang

    Go
    在 GitHub 上查看↗2,077
  • dnaeon/go-vcrdnaeon 的头像

    dnaeon/go-vcr

    1,388在 GitHub 上查看↗

    Record and replay your HTTP interactions for fast, deterministic and accurate tests

    Gogogolangtesting
    在 GitHub 上查看↗1,388
  • google/go-cmpgoogle 的头像

    google/go-cmp

    4,651在 GitHub 上查看↗

    go-cmp is a value comparison library for Go designed for use in test suites. It functions as a recursive data differ and assertion tool that determines if two complex data structures are semantically equal rather than relying on strict bitwise equality. The library provides a framework for defining specialized comparison logic, allowing users to register custom equality overrides for specific types. It includes mechanisms to manage how unexported fields are handled during traversal to prevent runtime panics during deep equality checks. The system utilizes reflection-based value traversal to

    Goequalitygotesting
    在 GitHub 上查看↗4,651
  • khaiql/dbcleanerK

    khaiql/dbcleaner

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • golang/mockgolang 的头像

    golang/mock

    9,361在 GitHub 上查看↗

    GoMock is a mocking framework for the Go programming language.

    Go
    在 GitHub 上查看↗9,361
  • codeceptjs/codeceptjscodeceptjs 的头像

    codeceptjs/CodeceptJS

    4,225在 GitHub 上查看↗

    CodeceptJS is a NodeJS end-to-end testing framework designed for automating acceptance tests across web, mobile, and desktop applications using a unified API. It serves as a cross-platform test automator and a behavior-driven development tool that maps human-readable feature files to technical step definitions. The framework features AI-powered test maintenance that uses machine learning to automatically identify and repair broken element selectors. It includes capabilities for autonomous test generation and a server that allows external agents to control tests and debug browser sessions in r

    JavaScript
    在 GitHub 上查看↗4,225
  • h2non/balooH

    h2non/baloo

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • data-dog/godogD

    DATA-DOG/godog

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • data-dog/go-sqlmockDATA-DOG 的头像

    DATA-DOG/go-sqlmock

    6,525在 GitHub 上查看↗

    go-sqlmock is a Go library that simulates SQL driver behavior for unit testing by intercepting database calls through the standard database/sql/driver interface, eliminating the need for a real database connection. It provides a comprehensive mocking framework that allows developers to define expectations for SQL operations, including queries, executions, prepared statements, and transaction lifecycles, with precise control over the results and errors returned. The library distinguishes itself through its flexible matching and verification capabilities. It supports regex-based or exact SQL

    Godatabasegogolang
    在 GitHub 上查看↗6,525
  • h2non/gockh2non 的头像

    h2non/gock

    2,216在 GitHub 上查看↗

    HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽

    Goapiassertionsexpectations
    在 GitHub 上查看↗2,216
  • bradleyjkemp/cupaloyB

    bradleyjkemp/cupaloy

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • go-testfixtures/testfixturesgo-testfixtures 的头像

    go-testfixtures/testfixtures

    1,233在 GitHub 上查看↗

    Ruby on Rails like test fixtures for Go. Write tests against a real database

    Godatabasefixturesgo
    在 GitHub 上查看↗1,233
  • go-check/checkG

    go-check/check

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • franela/goblinfranela 的头像

    franela/goblin

    890在 GitHub 上查看↗

    Minimal and Beautiful Go testing framework

    Go
    在 GitHub 上查看↗890
  • appleboy/gofightA

    appleboy/gofight

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • gavv/httpexpectgavv 的头像

    gavv/httpexpect

    2,721在 GitHub 上查看↗

    End-to-end HTTP and REST API testing for Go.

    Goassertionshttpjson
    在 GitHub 上查看↗2,721
  • adamluzsi/testcaseA

    adamluzsi/testcase

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0