Skip to content

Instantly share code, notes, and snippets.

@nottyo
Created July 6, 2019 09:17
Show Gist options
  • Save nottyo/d75cfc30bc43085b006a6b79d344cf9e to your computer and use it in GitHub Desktop.
Save nottyo/d75cfc30bc43085b006a6b79d344cf9e to your computer and use it in GitHub Desktop.
cypress/plugins/index.js
module.exports = (on, config) => {
on('task', require('@cypress/code-coverage/task'))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment