dnaeon / go-vcr

Record and replay your HTTP interactions for fast, deterministic and accurate tests
BSD 2-Clause "Simplified" License
1.26k stars 78 forks source link

Allow interactions to be replayed #57

Closed jmdalmeida closed 4 years ago

jmdalmeida commented 4 years ago

Hello there. I'm trying to setup go-vcr as a mocker for external service calls in my local development environment, however, this is not possible at the moment since interactions are only playable once. This PR adds an optional flag to allow for interactions to be replayed.

dnaeon commented 4 years ago

Thanks!