Skip to content

Commit

Permalink
Update usage readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MUTOgen committed Sep 8, 2024
1 parent 616cdb4 commit 916ad59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ Add to your `cypress/support/on-rails.js`, to `beforeEach`:

#### use_cassette usage

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`.
Consider VCR configuration in `cypress_helper.rb` to ignore hosts.

All cassettes will be recorded and saved automatically, using the pattern `<vcs_cassettes_path>/graphql/<operation_name>`
Expand Down

0 comments on commit 916ad59

Please sign in to comment.