betamax
Mocker
A tool for mocking external HTTP resources in tests.
Betamax is a tool for mocking external HTTP resources such as web services and REST APIs in your tests. The project was inspired by the VCR library for Ruby.
469 stars
23 watching
131 forks
Language: Groovy
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mockyabstract/mocky | An online service that allows users to generate custom HTTP responses for testing and development purposes. | 2,056 |
sinhashubham95/moxy | An application server that allows creating mock endpoints and proxies requests to external services. | 14 |
alexliesenfeld/httpmock | A library that enables developers to mock HTTP responses and test their applications in isolation. | 488 |
driftrock/mockingbird | Assists with creating testable HTTP clients by providing an alternative implementation of HTTP requests | 3 |
nbottarini/mockt | A mocking library for TypeScript and JavaScript | 10 |
mocktools/ruby-smtp-mock | A tool for mocking SMTP servers in test environments. | 67 |
zlx/api-mock-server | A tool to simulate and mock APIs during development and testing | 26 |
freerange/mocha | A Ruby library for mocking and stubbing in unit tests | 1,225 |
marmelab/fakerest | A tool for intercepting and mocking HTTP requests in the browser to test REST APIs without a server. | 439 |
zuplo/mockbin | A tool for generating and testing custom HTTP endpoints to simulate API responses. | 93 |
internations/http-mock | Allows mocking of HTTP requests in unit tests to enable integration testing with the HTTP side. | 391 |
dashbitco/mox | A library for defining concurrent mocks in Elixir to simplify testing of concurrent applications | 1,345 |
seborama/govcr | An HTTP mock tool that records and replays interactions for offline testing of Go applications. | 174 |
help-me-mom/ng-mocks | A testing library for mocking components and services in Angular applications. | 1,063 |
patrys/httmock | A mocking library for HTTP requests in Python | 468 |