awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to go-check/check

Open-source alternatives to Check

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

  • google/go-cmpAvatar google

    google/go-cmp

    4,651Vezi pe 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
    Vezi pe GitHub↗4,651
  • nightwatchjs/nightwatchAvatar nightwatchjs

    nightwatchjs/nightwatch

    11,948Vezi pe GitHub↗

    Nightwatch is a Node.js test automation tool and W3C WebDriver test framework designed for executing functional test suites and verifying system behavior. It provides a suite of utilities for web browser automation, native mobile application testing, and REST API validation. The project includes specialized tools for visual regression testing, which compares current screenshots against baseline images to detect unexpected changes. It also features an accessibility auditing tool to check user interface elements against established standards for compliance. The framework covers a broad range o

    JavaScriptautomated-testingchromedriverend-to-end-testing
    Vezi pe GitHub↗11,948
  • data-dog/godogD

    DATA-DOG/godog

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • golang/mockAvatar golang

    golang/mock

    9,361Vezi pe GitHub↗

    GoMock is a mocking framework for the Go programming language.

    Go
    Vezi pe GitHub↗9,361

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • jfilipczyk/gomatchJ

    jfilipczyk/gomatch

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • msoap/go-carpetM

    msoap/go-carpet

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • bradleyjkemp/cupaloyB

    bradleyjkemp/cupaloy

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • data-dog/go-sqlmockAvatar DATA-DOG

    DATA-DOG/go-sqlmock

    6,525Vezi pe 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
    Vezi pe GitHub↗6,525
  • dvyukov/go-fuzzAvatar dvyukov

    dvyukov/go-fuzz

    4,853Vezi pe 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
    Vezi pe GitHub↗4,853
  • go-testfixtures/testfixturesAvatar go-testfixtures

    go-testfixtures/testfixtures

    1,233Vezi pe GitHub↗

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

    Godatabasefixturesgo
    Vezi pe GitHub↗1,233
  • h2non/gockAvatar h2non

    h2non/gock

    2,216Vezi pe GitHub↗

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

    Goapiassertionsexpectations
    Vezi pe GitHub↗2,216
  • 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

    JavaScript
    Vezi pe GitHub↗15,824
  • kinbiko/jsonassertAvatar kinbiko

    kinbiko/jsonassert

    141Vezi pe GitHub↗

    A Go test assertion library for verifying that two representations of JSON are semantically equal

    Go
    Vezi pe GitHub↗141
  • 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

    JavaScriptbddbrowserjavascript
    Vezi pe GitHub↗22,967
  • appleboy/gofightA

    appleboy/gofight

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • 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

    JavaScriptassertasyncasync-functions
    Vezi pe GitHub↗20,849
  • chaijs/chaiAvatar chaijs

    chaijs/chai

    8,264Vezi pe GitHub↗

    Chai is an assertion library for Node.js and browser-based JavaScript applications. It functions as both a behavior-driven development and test-driven development framework, providing a system to verify code outputs, application state, and general logic. The project is an extensible validation engine that uses a plugin-based system to allow the registration of custom assertions and specialized data checks. It supports multiple modular assertion styles to accommodate different validation philosophies. The library covers a broad range of data validation capabilities, including the inspection o

    JavaScript
    Vezi pe GitHub↗8,264
  • codeceptjs/codeceptjsAvatar codeceptjs

    codeceptjs/CodeceptJS

    4,225Vezi pe 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
    Vezi pe GitHub↗4,225
  • adamluzsi/testcaseA

    adamluzsi/testcase

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • dnaeon/go-vcrAvatar dnaeon

    dnaeon/go-vcr

    1,388Vezi pe GitHub↗

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

    Gogogolangtesting
    Vezi pe GitHub↗1,388
  • franela/goblinAvatar franela

    franela/goblin

    890Vezi pe GitHub↗

    Minimal and Beautiful Go testing framework

    Go
    Vezi pe GitHub↗890
  • gavv/httpexpectAvatar gavv

    gavv/httpexpect

    2,721Vezi pe GitHub↗

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

    Goassertionshttpjson
    Vezi pe GitHub↗2,721
  • gotestyourself/gotest.toolsG

    gotestyourself/gotest.tools

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • h2non/balooH

    h2non/baloo

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • istanbuljs/nycAvatar istanbuljs

    istanbuljs/nyc

    5,746Vezi pe GitHub↗

    nyc is a JavaScript code coverage tool and command-line interface that instruments source files to track the execution of lines, branches, and functions during test runs. It acts as a wrapper for Node.js test runners, intercepting the module loading process to collect coverage data. The tool functions as a coverage data merger and build gating tool, allowing users to combine results from multiple independent test runs or child processes into a single unified report. It can automatically fail the build process if code coverage percentages fall below defined minimum thresholds. The project sup

    JavaScriptcode-coverageistanbuljavascript
    Vezi pe GitHub↗5,746
  • jarcoal/httpmockAvatar jarcoal

    jarcoal/httpmock

    2,077Vezi pe GitHub↗

    HTTP mocking for Golang

    Go
    Vezi pe GitHub↗2,077
  • karma-runner/karmaAvatar karma-runner

    karma-runner/karma

    11,958Vezi pe 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

    JavaScript
    Vezi pe GitHub↗11,958
  • khaiql/dbcleanerK

    khaiql/dbcleaner

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • maxatome/go-testdeepM

    maxatome/go-testdeep

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • orfjackal/gospecO

    orfjackal/gospec

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0