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
I’m looking into options to integrate this old PR into the current VCR cassette implementation
The key difference here is how it works with cassettes.
Currently, in master, we’re supposed to insert/eject whatever we need for a test
In this branch, it uses VCR.use_cassette wrapper and cassette_name = graphql_operation_name.
It seems possible to merge both approaches by having more middlewares in CypressOnRails::Railtie and making this logic configurable.
Any objections/concerns?
The text was updated successfully, but these errors were encountered:
I’m looking into options to integrate this old PR into the current VCR cassette implementation
The key difference here is how it works with cassettes.
Currently, in master, we’re supposed to insert/eject whatever we need for a test
In this branch, it uses
VCR.use_cassette
wrapper andcassette_name = graphql_operation_name
.It seems possible to merge both approaches by having more middlewares in
CypressOnRails::Railtie
and making this logic configurable.Any objections/concerns?
The text was updated successfully, but these errors were encountered: