sepia
sepia copied to clipboard
Sepia is a VCR-like module for node.js that records HTTP interactions, then plays them back exactly like the first time they were invoked
I've got a project with fixtures generated using nodejs 4 but the same fixtures do not work in nodejs 6 because they have a different signature. It seems that nodejs...
It would be nice if I could require sepia in my unit tests and use custom logic to configure the mode, e.g. `playback` by default and record only when I...
Am running into a lot of problems using Sepia with Superagent. I've determined that the problem is that methods such as setHeader, getHeader are removed from http.ClientRequest. See the issue...
I don't think socket is mocked correctly https://github.com/apache/couchdb-nano/issues/345 Making it impossible to use axios https://github.com/axios/axios/blob/main/lib/adapters/http.js#L395-L398 I know this is no longer maintained but just thought I'd document it