There was an error while loading. Please reload this page.
1 parent 304765c commit 8eb0f24Copy full SHA for 8eb0f24
cypress.config.js
@@ -8,7 +8,8 @@ module.exports = defineConfig({
8
// We've imported your old cypress plugins here.
9
// You may want to clean this up later by importing these.
10
setupNodeEvents(on, config) {
11
- return require('./cypress/plugins/index.js')(on, config)
12
},
13
14
})
+
15
+require('@applitools/eyes-cypress')(module)
cypress/plugins/index.js
0 commit comments