parroty / exvcr

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

Same as vcr request: save response json body with more formatting #189

Closed kacorvus closed 1 year ago

kacorvus commented 1 year ago

https://github.com/vcr/vcr/issues/886

Thanks for considering! This would help a lot with test case readability.

kacorvus commented 1 year ago

After more thought, I realized that I shouldn't be reading the cassettes and instead focus on knowing the logic that is creating the http request, so I don't think this issue is that valuable.