Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
-
Updated
Apr 21, 2022 - PHP
{{ message }}
Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
Recognition to Cognition Networks (code for the model in "From Recognition to Cognition: Visual Commonsense Reasoning", CVPR 2019)
HTTP mock for Golang: record and replay HTTP/HTTPS interactions for offline testing
Hyperledger Aries Verifiable Credential Registry (VCR) is a set of application level software components designed to accelerate the adoption of trustworthy entity to entity communications.
Mock server with Proxy and Record support inspired by ruby VCR.
Currently the following HTTP clients are supported:
sttp supports multiple backends and that takes care of a large percentage of HTTP clients, but we may still want to support other HTTP clients in the future. I added a few others to the TODO list.
A .Net (C#) library to control a video recorder using the Sony 9-Pin protocol. The Odetics protocol is a superset of the Sony 9pin protocol.
Node.js Backend boilerplate for rest apis with google oauth authentication
Record and playback HTTP responses. Drop-in replacement for Yakbak.
Standalone stub server for replaying VCR cassettes
A flexible .Net Standard 1.6 recorder allowing for the robust recording and replay of Http transactions.
Documentation for OrgBook BC API
Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
VCR for Go (golang) - save and replay your API requests for testing
Simple API that provides an integration with Apple Store and show categorized results by monetization built on Sinatra
Add a description, image, and links to the vcr topic page so that developers can more easily learn about it.
To associate your repository with the vcr topic, visit your repo's landing page and select "manage topics."
Ideally, this will get rid of some of our spurious test failures that occur from relying on httpbin.org and will make the test suite faster as we won't be going over the network, we'll just be using localhost (which is still slow but less slow than actually going over the network).