We are using VCR to record http requests for our tests in a Rails application. The cassettes are currently committed to source, and every month we rerecord the cassettes manually and commit the new responses to source.
We are using CircleCI to run tests automatically. Given that, I want to know is whether it is possible to take advantage of VCR automatic-recording.
I have looked at artifacts and caching, but to be honest, I'm not confident I know how those things work well enough to use them in this context, if it is possible.
Any guidance or suggestions would be much appreciated!