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 c4eb345 commit b78707fCopy full SHA for b78707f
cypress.json
@@ -3,7 +3,6 @@
3
},
4
"fixturesFolder": "test/cypress/fixtures",
5
"integrationFolder": "test/cypress/tests",
6
- "pluginsFile": "test/cypress/plugins/index.ts",
7
"screenshotsFolder": "test/cypress/screenshots",
8
"videosFolder": "test/cypress/videos",
9
"supportFile": "test/cypress/support/index.ts"
test/cypress/plugins/index.ts
@@ -2,4 +2,4 @@
2
* This file contains connection of Cypres plugins
*/
// eslint-disable-next-line @typescript-eslint/no-empty-function
-export default function(on, config): void {}
+// export default function(on, config): void {}
0 commit comments