vcr-proxy

A proxy that records and replay HTTP interractions

Usage no npm install needed!

<script type="module">
  import vcrProxy from 'https://cdn.skypack.dev/vcr-proxy';
</script>

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