Skip to content

Commit 0346b81

Browse files
authored
Update README.md (#234)
1 parent 211b7a7 commit 0346b81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ Register tasks in your `cypress/plugins/index.js` file
2121
```js
2222
module.exports = (on, config) => {
2323
require('@cypress/code-coverage/task')(on, config)
24+
25+
// add other tasks to be registered here
26+
2427
// IMPORTANT to return the config object
2528
// with the any changed environment variables
2629
return config

0 commit comments

Comments
 (0)