diff --git a/cypress.config.js b/cypress.config.js --- a/cypress.config.js +++ b/cypress.config.js @@ -36,6 +36,7 @@ setupNodeEvents(on, config) { return require('./cypress/plugins/index.js')(on, config); }, - baseUrl: 'http://localhost:5004' + baseUrl: 'http://localhost:5004', + supportFile: 'cypress/support/e2e.js' } });