awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
dnaeon avatar

dnaeon/go-vcr

0
View on GitHub↗
1,388 stars·81 forks·Go·BSD-2-Clause·8 views

Go Vcr

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

Features

  • Testing and QA - Record and replay HTTP interactions.
  • Testing and Quality Assurance - HTTP interaction recording and replaying.
  • Testing Frameworks - Records and replays HTTP interactions.

Star history

Star history chart for dnaeon/go-vcrStar history chart for dnaeon/go-vcr

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does dnaeon/go-vcr do?

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

What are the main features of dnaeon/go-vcr?

The main features of dnaeon/go-vcr are: Testing and QA, Testing and Quality Assurance, Testing Frameworks.

Which projects share features with dnaeon/go-vcr?

Projects with overlapping indexed features include: bradleyjkemp/cupaloy. data-dog/godog. appleboy/gofight. adamluzsi/testcase. data-dog/go-sqlmock — go-sqlmock is a Go library that simulates SQL driver behavior for unit testing by intercepting database calls through… dvyukov/go-fuzz — go-fuzz is a coverage-guided randomized testing tool for identifying crashes and logic bugs in Go code. It consists of…

Projects sharing features with Go Vcr

These projects share indexed features with Go Vcr. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • appleboy/gofightA

    appleboy/gofight

    0View on GitHub↗
    View on GitHub↗0
  • bradleyjkemp/cupaloyB

    bradleyjkemp/cupaloy

    0View on GitHub↗
    View on GitHub↗0
  • adamluzsi/testcaseA

    adamluzsi/testcase

    0View on GitHub↗
    View on GitHub↗0
  • data-dog/go-sqlmockDATA-DOG avatar

    DATA-DOG/go-sqlmock

    6,525View on 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
    View on GitHub↗6,525
Compare all 30 related projects→