Tags: g2laura/code-coverage
Tags
feat: warn if missing code coverage information (cypress-io#128) * feat: warn if missing code coverage information * add note to plugin's log messages
fix: stringify coverage object to improve performance (cypress-io#98)
feat: use --env coverage=false to disable code coverage (cypress-io#68) 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
PreviousNext