Experiences using VCR and cassettes with packs?

This message was imported from the Ruby/Rails Modularity Slack server. Find more info in the import thread.

:wave: Hello, modularizers, are you using VCR and cassettes with packs?

I just had a great, terse question from someone who seems to be doing that.

https://github.com/vcr/vcr/discussions/991

Could perhaps you share your experience with that person, there?

Message originally sent by slack user U717FXJ8HWK

It looks like VCR supports only a single directory at a time. I guess VCR needs to be updated to support multiple directories, then an extension to packs-rails could add all the necessary paths for VCR to discover, like the one for factory_bot.

config.vcr.cassette_file_paths yeah, something like that, perhaps - I need to refresh what I know about the usage of the cassette path.