diff --git a/.cypress/plugins/index.js b/.cypress/plugins/index.js index 9a0af3c10..ddc95c953 100644 --- a/.cypress/plugins/index.js +++ b/.cypress/plugins/index.js @@ -24,4 +24,7 @@ module.exports = (on, config) => { // `on` is used to hook into various events Cypress emits // `config` is the resolved Cypress config + require('cypress-watch-and-reload/plugins')(config) + + return config }