go-vcr
Record and replay your HTTP interactions for fast, deterministic and accurate tests (by dnaeon)
Gauge
Light weight cross-platform test automation (by getgauge)
Our great sponsors
go-vcr | Gauge | |
---|---|---|
3 | 3 | |
879 | 2,701 | |
- | 0.6% | |
2.3 | 5.4 | |
7 months ago | 17 days ago | |
Go | Go | |
GNU General Public License v3.0 or later | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
go-vcr
Posts with mentions or reviews of go-vcr.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-01.
-
What are you using for testing your IAC?
Terraform providers are tested this way (separate cloud account w/ create/destroy) paired with VCR to record and replay the HTTP requests.
-
Go Package for testing HTTP interactions: github.com/dnaeon/go-vcr
Let me introduce to you github.com/dnaeon/go-vcr.
-
best way to mock/unit test http.Client?
dnaeon/go-vcr
Gauge
Posts with mentions or reviews of Gauge.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-05-14.
-
A dilemma: What to do about integration testing for developers.
Gauge looks interesting, but reminds me heavily of BDD frameworks - it looks like it's an abstraction layer where instead of writing Gherkin/GWT, the tests are in their specific DSL that's Markdown based?
-
9 Of The Best Java Testing Frameworks For 2021
Easily create your plugin using the open-source Gauge API.
Gauge is a Behavior Driven Java testing framework launched by ThoughtWorks.Inc. This is also one of the best Java Testing Frameworks, which allows software engineers to develop automated frameworks and speed up the software development procedure.
What are some alternatives?
When comparing go-vcr and Gauge you can also consider the following projects:
TestNG - TestNG testing framework
ginkgo - A Modern Testing Framework for Go
frisby - API testing framework inspired by frisby-js
Testify - A toolkit with common assertions and mocks that plays nicely with the standard library
testfixtures - Ruby on Rails like test fixtures for Go. Write tests against a real database
gomega - Ginkgo's Preferred Matcher Library
GoConvey - Go testing in the browser. Integrates with `go test`. Write behavioral tests in Go.
go-mutesting - Mutation testing for Go source code
godog - Cucumber for golang
gofight - Testing API Handler written in Golang.