parroty / exvcr

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

Request was made? #155

Open jwright opened 4 years ago

jwright commented 4 years ago

I am using this wonderful package in my test suite and I want to just assert that the request to the endpoint in the cassette was called. That is it.

Is there a way to do that?

thbar commented 3 years ago

I would love to know if something like that is possible too, and ideally count the queries (I'm implementing a caching feature in an app, it would help quite a lot).

Is there a solution currently?