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 142072d commit 45e8a17Copy full SHA for 45e8a17
plugins.js
@@ -0,0 +1,13 @@
1
+// common Cypress plugin file you can point at to have the
2
+// code coverage tasks registered correctly. From your "cypress.json" file
3
+// {
4
+// "pluginsFile": "@cypress/code-coverage/plugins",
5
+// "supportFile": "@cypress/code-coverage/support"
6
+// }
7
+//
8
+module.exports = (on, config) => {
9
+ require('./task')(on, config)
10
+ // IMPORTANT to return the config object
11
+ // with the any changed environment variables
12
+ return config
13
+}
0 commit comments