Skip to content

Commit 8eb0f24

Browse files
committed
small modifications for applitools plugin setup
1 parent 304765c commit 8eb0f24

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

cypress.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ module.exports = defineConfig({
88
// We've imported your old cypress plugins here.
99
// You may want to clean this up later by importing these.
1010
setupNodeEvents(on, config) {
11-
return require('./cypress/plugins/index.js')(on, config)
1211
},
1312
},
1413
})
14+
15+
require('@applitools/eyes-cypress')(module)

cypress/plugins/index.js

-25
This file was deleted.

0 commit comments

Comments
 (0)