10

8

6

4

2


9.8

6.5

9.5
1.6

9.5

6.9

9.5

3.7

9.4

5.9

9.1

2.1

100 Testing packages and projects

  • Testify

    9.8 6.5 Go
    A toolkit with common assertions and mocks that plays nicely with the standard library
  • GoConvey

    9.5 1.6 Go
    Go testing in the browser. Integrates with `go test`. Write behavioral tests in Go.
  • Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
  • chromedp

    9.5 6.9 Go
    A faster, simpler way to drive browsers supporting the Chrome DevTools Protocol.
  • gomock

    9.5 3.7 Go
    GoMock is a mocking framework for the Go programming language.
  • ginkgo

    9.4 5.9 Go
    A Modern Testing Framework for Go
  • go-sqlmock

    9.1 2.1 Go
    Sql mock driver for golang to test database interactions
  • go-fuzz

    9.0 2.8 Go
    Randomized testing for Go
  • mockery

    9.0 8.1 Go
    A mock code autogenerator for Golang
  • gotests

    9.0 0.0 Go
    Automatically generate Go test boilerplate from your source code.
  • realize

    9.0 0.0 Go
    Realize is the #1 Golang Task Runner which enhance your workflow by automating the most common tasks and using the best performing Golang live reloading.
  • rod

    8.8 8.6 Go
    A Devtools driver for web automation and scraping
  • go-cmp

    8.7 4.5 Go
    Package for comparing Go values in tests
  • Gauge

    8.7 4.6 Go
    Light weight cross-platform test automation
  • Looking for Maintainer

    8.5 0.0 Go
    Selenium/Webdriver client for Go
  • selenoid

    8.5 5.5 Go
    Selenium Hub successor running browsers within containers. Scalable, immutable, self hosted Selenium-Grid on any platform with single binary.
  • httpexpect

    8.3 0.0 Go
    End-to-end HTTP and REST API testing for Go.
  • Testcontainers-go

    8.3 9.4 Go
    Testcontainers for Go is a Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done.
  • hoverfly

    8.3 6.5 Go
    Lightweight service virtualization/ API simulation / API mocking tool for developers and testers
  • godog

    8.3 6.2 Go
    Cucumber for golang
  • gomega

    8.3 9.2 Go
    Ginkgo's Preferred Matcher Library
  • gock

    8.0 1.0 Go
    HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽
  • httpmock

    7.9 4.4 Go
    HTTP mocking for Golang
  • is

    7.8 0.0 Go
    Professional lightweight testing mini-framework for Go.
  • gofuzz

    7.8 0.0 Go
    Fuzz testing for go.
  • playwright-go

    7.6 6.8 JavaScript
    Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.
  • gnomock

    7.4 7.4 Go
    Test your code without writing mocks with ephemeral Docker containers 📦 Setup popular services with just a couple lines of code ⏱️ No bash, no yaml, only code 💻
  • failpoint

    7.4 4.0 Go
    An implementation of failpoints for Golang.
  • goblin

    7.3 0.0 Go
    Minimal and Beautiful Go testing framework
  • go-vcr

    7.3 0.0 Go
    Record and replay your HTTP interactions for fast, deterministic and accurate tests
  • GoAws

    7.2 0.0 Go
    AWS (SQS/SNS) Clone for Development testing
  • gocheck

    7.2 0.0 Go
    Rich testing for the Go language
  • testfixtures

    7.2 6.8 Go
    Ruby on Rails like test fixtures for Go. Write tests against a real database
  • counterfeiter

    7.1 4.0 Go
    A tool for generating self-contained, type-safe test doubles in go
  • Mmock

    7.0 0.0 Go
    Mmock is an HTTP mocking application for testing and fast prototyping
  • goc

    7.0 7.1 Go
    A Comprehensive Coverage Testing System for The Go Programming Language
  • baloo

    7.0 0.0 Go
    Expressive end-to-end HTTP API testing made easy in Go
  • cdp

    6.9 4.8 Go
    Package cdp provides type-safe bindings for the Chrome DevTools Protocol (CDP), written in the Go programming language.
  • go-mutesting

    6.7 0.0 Go
    Mutation testing for Go source code
  • Fake

    6.7 4.5 Go
    Fake data generator for Go (Golang)
  • embedded-postgres

    6.7 3.5 Go
    Run a real Postgres database locally on Linux, OSX or Windows as part of another Go application or test
  • go-txdb

    6.5 0.0 Go
    Immutable transaction isolated sql driver for golang
  • gofight

    6.4 2.8 Go
    Testing API Handler written in Golang.
  • minimock

    6.4 0.0 Go
    Powerful mock generation tool for Go programming language
  • gotest.tools

    6.3 6.6 Go
    A collection of packages to augment the go testing package and support common patterns.
  • ggr

    6.2 0.0 Go
    A lightweight load balancer used to create big Selenium clusters
  • testza

    6.1 8.0 Go
    Full-featured test framework for Go! Assertions, fuzzing, input testing, output capturing, and much more! 🍕
  • go-testdeep

    5.9 4.3 Go
    Extremely flexible golang deep comparison, extends the go testing package, tests HTTP APIs and provides tests suite
  • charlatan

    5.8 0.0 Go
    Go Interface Mocking Tool
  • endly

    5.7 4.4 Go
    End to end functional test and automation framework
  • frisby

    5.7 0.0 Go
    API testing framework inspired by frisby-js
  • timex

    5.6 0.8 Go
    A test-friendly replacement for golang's time package
  • cupaloy

    5.5 0.0 Go
    Simple Go snapshot testing
  • Tavor

    5.5 0.0 Go
    A generic fuzzing and delta-debugging framework
  • go-carpet

    5.3 1.0 Go
    go-carpet - show test coverage in terminal for Go source files
  • go-hit

    5.0 0.0 Go
    http integration test framework
  • govcr

    4.7 0.0 Go
    HTTP mock for Golang: record and replay HTTP/HTTPS interactions for offline testing
  • dbcleaner

    4.7 0.8 Go
    Clean database for testing, inspired by database_cleaner for Ruby
  • GoSpec

    4.5 0.0 Go
    Testing framework for Go. Allows writing self-documenting tests/specifications, and executes them concurrently and safely isolated. [UNMAINTAINED]
  • jsonassert

    4.3 4.0 Go
    A Go test assertion library for verifying that two representations of JSON are semantically equal
  • testcase

    4.2 9.0 Go
    testcase is an opinionated testing framework to support test driven design.
  • wstest

    4.2 0.0 Go
    go websocket client for unit testing of a websocket handler
  • smtpmock

    3.9 4.2 Go
    SMTP mock server written on Golang. Mimic any 📤 SMTP server behavior for your test environment with fake SMTP server.
  • gocrest

    3.8 0.0 Go
    GoCrest - Hamcrest-like matchers for Go
  • assert

    3.6 0.0 Go
    :exclamation:Basic Assertion Library used along side native go testing, with building blocks for custom assertions
  • covergates

    3.5 0.0 Go
    The portal gates to coverage reports
  • go-localstack

    3.5 0.0 Go
    Go Wrapper for using localstack
  • dsunit

    3.5 3.7 Go
    Datastore Testibility
  • restit

    3.4 0.0 Go
    A Go library help testing your RESTful API application
  • gospecify

    3.4 0.0 Go
    A BDD library for Go
  • gomatch

    2.8 0.0 Go
    Library created for testing JSON against patterns.
  • gherkingen

    2.8 6.6 Go
    Behaviour Driven Development tests generator for Golang
  • be

    2.7 4.9 Go
    Generic testing helper for Go
  • Hamcrest

    2.4 0.0 Go
    Hamcrest matchers for the Go programming language
  • mockhttp

    2.2 0.0 Go
    Mock object for Go http.ResponseWriter
  • bro

    2.1 0.0 Go
    bro watch files in directory and run tests for them
  • gogiven

    2.0 0.0 Go
    gogiven - BDD testing framework for go that generates readable output directly from source code
  • Gont

    2.0 8.9 Go
    A testing framework for distributed Go applications
  • Probe

    1.8 10.0 Go
    Simplified End-to-End Testing Using YAML and JQ.
  • schema

    1.7 0.0 Go
    Quick and easy expression matching for JSON schemas used in requests and responses
  • testcerts

    1.7 0.0 Go
    A Go package for creating temporary test certificates
  • MockItOut

    1.6 0.0 Go
    A language agnostic HTTP mock server for quick stub testing
  • gosuite

    1.6 0.0 Go
    Test suites support for standard Go1.7 "testing" by leveraging Subtests feature
  • prettybenchcmp

    1.5 0.0 Go
    cmd tool for automatic storage and comparison of benchmarks results
  • testsql

    1.5 0.0 Go
    Generate test data from SQL files before testing and clear it after finished.
  • biff

    1.4 0.0 Go
    Bifurcation Framework for testing and use cases
  • mockit

    1.4 5.6 Go
    Library that make mocking of Go functions/methods easy
  • stop-and-go

    1.2 2.8 Go
    Testing helper for concurrency
  • mooncake

    1.2 10.0 Go
    :moon_cake: A simple way to generate mocks for multiple purposes
  • flute

    1.2 0.0 Go
    Golang HTTP client testing framework
  • testmd

    1.0 0.0 Go
    test utilities for golang
  • badio

    0.9 0.0 Go
    Extensions to Go's testing/iotest package
  • diff

    0.8 10.0 Go
    diff contains git-style diff generation helpers, particularly useful for tests.
  • fixenv

    0.7 0.0 Go
    Fixture manage engine, inspired by pytest fixtures.
  • trial

    0.7 0.0 Go
    A simple assertion library for go
  • Tt

    0.7 0.0 Go
    Simple and colorful test tools
  • go-testpredicate

    0.7 0.0 Go
    Unit-testing predicates for Go.
  • go-mysql-test-container

    0.6 7.3 Go
    Golang MySQL testcontainer package
  • omg.testingtools

    0.5 0.0 Go
    This tool can be useful for writing a tests. If you want change private field in struct from imported libraries than it can help you.
  • mat

    0.5 0.0 Go
    Print mail to stdout
  • gomate.io

    0.5 0.0 Go
    Behavior-driven development tool for GoLang

Add another 'Testing' Package