We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71b949 commit eb9277fCopy full SHA for eb9277f
README.md
@@ -495,7 +495,7 @@ Add to your `cypress/support/on-rails.js`, to `beforeEach`:
495
496
#### use_cassette usage
497
498
-There's nothing special to be called during Cypress scenario. Each request will be wrapped with `VCR.use_cassette`.
+There is nothing special to be called during the Cypress scenario. Each request is wrapped with `VCR.use_cassette`.
499
Consider VCR configuration in `cypress_helper.rb` to ignore hosts.
500
501
All cassettes will be recorded and saved automatically, using the pattern `<vcs_cassettes_path>/graphql/<operation_name>`
0 commit comments