Skip to content

v1.10.0

@bahmutov bahmutov tagged this 28 Aug 14:01
You can skip the client-side code coverage hooks by setting the environment variable `coverage` to `false`.

```shell
cypress run --env coverage=false
cypress open --env coverage=false
CYPRESS_coverage=false cypress run
```

See different ways of setting env variables https://on.cypress.io/environment-variables
Assets 2
Loading