The "vcr.rb" spec helper in this gist will create cassettes with readable filename structures. It aims to avoid extremely long filenames for cassets that can break Docker builds.
For example:
# spec/features/life/quotes_widget_spec.rb
describe 'Life quotes widget', :vcr do
context 'when the user knows their coverage amount' do
it 'redirects to the health navigator' do
# ...