We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211b7a7 commit 0346b81Copy full SHA for 0346b81
README.md
@@ -21,6 +21,9 @@ Register tasks in your `cypress/plugins/index.js` file
21
```js
22
module.exports = (on, config) => {
23
require('@cypress/code-coverage/task')(on, config)
24
+
25
+ // add other tasks to be registered here
26
27
// IMPORTANT to return the config object
28
// with the any changed environment variables
29
return config
0 commit comments