You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API I'm writing tests for with VCR requires some URLs to contain a time-based string signature, that renders a different signature every x seconds. When using VCR to replay url connections with newer signatures, the recorded url does not match and the test will attempt a new, actual connection to the server. This makes a lot of the testing code useless.
Is there a way in the current VCR to somehow have a recorded call match outgoing requests with a different signature, maybe by changing the "uri" attribute of the json to include wildcards of some sort?
If not, would you be interested in a PR that adds this feature to VCR?
P.S. I absolutely love your VCR pod by the way, great job!
The text was updated successfully, but these errors were encountered:
The API I'm writing tests for with VCR requires some URLs to contain a time-based string signature, that renders a different signature every x seconds. When using VCR to replay url connections with newer signatures, the recorded url does not match and the test will attempt a new, actual connection to the server. This makes a lot of the testing code useless.
Is there a way in the current VCR to somehow have a recorded call match outgoing requests with a different signature, maybe by changing the
"uri"
attribute of the json to include wildcards of some sort?If not, would you be interested in a PR that adds this feature to VCR?
P.S. I absolutely love your VCR pod by the way, great job!
The text was updated successfully, but these errors were encountered: