vcr-proxy
v0.0.1
Published
A proxy that records and replay HTTP interractions
Downloads
3
Maintainers
Readme
VCRProxy
This proxy aims to allow you to record your javascript SPA (Single Page Application) API http calls to replay then faster without your real backend in your functional test suite
Install
npm install vcr-proxy --save-dev
cp config/config.js.dist config/config.js
And modify your config.js
parameters as you want.
License
MIT