Skip to content

Commit 4cdb4da

Browse files
authored
docs: update env var in comments in support.js as well
1 parent 475fa88 commit 4cdb4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ const registerHooks = () => {
214214
// pass environment variable coverage=false
215215
// cypress run --env coverage=false
216216
// or
217-
// CYPRESS_coverage=false cypress run
217+
// CYPRESS_COVERAGE=false cypress run
218218
// see https://on.cypress.io/environment-variables
219219

220220
// to avoid "coverage" env variable being case-sensitive, convert to lowercase

0 commit comments

Comments
 (0)