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 16ef891 commit 475fa88Copy full SHA for 475fa88
README.md
@@ -373,7 +373,7 @@ You can skip the client-side code coverage hooks by setting the environment vari
373
# tell Cypress to set environment variable "coverage" to false
374
cypress run --env coverage=false
375
# or pass the environment variable
376
-CYPRESS_coverage=false cypress run
+CYPRESS_COVERAGE=false cypress run
377
```
378
379
or set it to `false` in the `cypress.json` file
0 commit comments