Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
-
Updated
Jul 28, 2020 - 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
While the team building aries-vcr has been pretty good at adding logging in a useful way, there is some inconsistency in log entry handling. This task is to formalize the logging approach across the board, and then to do a pass through the code ensuring that the logging statements match the intention of the approach.
The first part (formalizing) is likely just creating something like a "logging
Mock server with Proxy and Record support inspired by ruby VCR.
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.
Standalone stub server for replaying VCR cassettes
A flexible .Net Standard 1.6 recorder allowing for the robust recording and replay of Http transactions.
Record and playback HTTP responses. Drop-in replacement for Yakbak.
HTTP request/response recording (like VCR) library for PHP
Simple API that provides an integration with Apple Store and show categorized results by monetization built on Sinatra
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
Node.js Backend boilerplate for rest apis with google oauth authentication
Gems that connect to external APIs might make a bunch of requests that you're not aware of and VCR can automatically record and store these requests to replay for you.
OTR Remote comfortably connects electronic program guides (EPG) to the online TV recorder service OnlineTVRecorder.com
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).