-
Updated
Apr 21, 2022 - PHP
#
vcr
Here are 53 public repositories matching this topic...
Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
php
webservice
phpunit
test-automation
api-test
soap-api
guzzle-services
replay
webservices
api-testing
deterministic
vcr
php-vcr
accurate-tests
test-webservices
guzzle-test
soap-test
soap-api-test
rest-test
restful-test
Recognition to Cognition Networks (code for the model in "From Recognition to Cognition: Visual Commonsense Reasoning", CVPR 2019)
-
Updated
May 6, 2021 - Python
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
May 8, 2021 - TypeScript
HTTP mock for Golang: record and replay HTTP/HTTPS interactions for offline testing
-
Updated
Sep 24, 2019 - Go
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.
registry
hyperledger
vcr
von
aries
verifiable-organizations-network
verifiable-credentials
hyperledger-aries
trust-over-ip
verifiable-credential-registry
citz
aries-vcr
digital-trust
-
Updated
Mar 9, 2022 - Python
Mock server with Proxy and Record support inspired by ruby VCR.
-
Updated
Mar 17, 2022 - TypeScript
reibitto
commented
Mar 31, 2021
Currently the following HTTP clients are supported:
- sttp
- play-ws
- play-ahc-ws-standalone
- akka-http
- Finagle
- requests-scala
- http4s
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.
good first issue
Good for newcomers
goriok
opened
Jun 12, 2019
good first issue
Good for newcomers
-
Updated
Oct 6, 2021 - Python
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.
csharp
dotnet
protocol
video-recording
sony
serialport
vcr
video-player-library
lsm
smpte
sony9pin
odetics
rs-422
9-pin
-
Updated
Jun 25, 2017 - C#
Node.js Backend boilerplate for rest apis with google oauth authentication
dotenv
circleci
mvc
mocha
sentry
rest-api
postgresql
sequelize
factory-girl
chai
sinon
codecov
vcr
google-oauth2
nock
-
Updated
Apr 9, 2022 - JavaScript
Record and playback HTTP responses. Drop-in replacement for Yakbak.
-
Updated
Apr 28, 2022 - TypeScript
Standalone stub server for replaying VCR cassettes
-
Updated
Nov 26, 2020 - Python
A flexible .Net Standard 1.6 recorder allowing for the robust recording and replay of Http transactions.
csharp
nuget
zip
instrument
playback
httpclient
messagepack
asp-net-core
asp-net
asp-net-mvc
vcr
nuget-package
csharp-library
httpmessagehandler
scotch
netstandard16
-
Updated
Oct 24, 2018 - C#
Documentation for OrgBook BC API
documentation
vcr
von
verifiable-organizations-network
verifiable-credentials
trust-over-ip
citz
orgbook-api
-
Updated
Jan 6, 2022
Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
testing
swift
http
swift-package-manager
mocking
nsurlsession
api-test
replay
swiftpm
api-testing
mocking-framework
mocking-library
vcr
accurate-tests
vhs
-
Updated
Jun 5, 2019 - Swift
VCR for Go (golang) - save and replay your API requests for testing
-
Updated
Sep 11, 2018 - Go
Simple API that provides an integration with Apple Store and show categorized results by monetization built on Sinatra
-
Updated
Mar 22, 2016 - Ruby
Improve this page
Add a description, image, and links to the vcr topic page so that developers can more easily learn about it.
Add this topic to your repo
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).