diff --git a/README.md b/README.md index 43bc1731..1fc287cd 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ Register tasks in your `cypress/plugins/index.js` file ```js module.exports = (on, config) => { require('@cypress/code-coverage/task')(on, config) + + // add other tasks to be registered here + // IMPORTANT to return the config object // with the any changed environment variables return config