cjstehno / ersatz

🤖 A simulated HTTP server for testing client code with configurable responses.
https://cjstehno.github.io/ersatz
Apache License 2.0
47 stars 5 forks source link

Request recording #31

Closed cjstehno closed 7 years ago

cjstehno commented 7 years ago

Consider/investigate request/response recording such that you can use Ersatz as a proxy in front of a live server, run a test or other requests against it and record the request/response captured as expectations.

cjstehno commented 7 years ago

This functionality is best left to Betamax - I don't want to cloud the purpose of Ersatz by shoe-horning in something like this when it can be used on its own.