We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 616cdb4 commit 916ad59Copy full SHA for 916ad59
README.md
@@ -468,7 +468,7 @@ Add to your `cypress/support/on-rails.js`, to `beforeEach`:
468
469
#### use_cassette usage
470
471
-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`.
472
Consider VCR configuration in `cypress_helper.rb` to ignore hosts.
473
474
All cassettes will be recorded and saved automatically, using the pattern `<vcs_cassettes_path>/graphql/<operation_name>`
0 commit comments