parroty / exvcr

HTTP request/response recording library for elixir, inspired by VCR.
MIT License
714 stars 133 forks source link

Generated custom_cassettes with patchfile #190

Closed kacorvus closed 1 year ago

kacorvus commented 1 year ago

It would be cool if we could record a cassette, then have a command like "use_cassette_with_patch" which takes the name of the cassette and the name of a patch file, and applies the patch file to the cassette at run time.

kacorvus commented 1 year ago

I have shifted towards using stubs instead of custom_cassettes when testing rare error responses, so I no longer have a need for this.