diff --git a/cypress/cypress.config.js b/cypress/cypress.config.js index 55b40618c..83507ff92 100644 --- a/cypress/cypress.config.js +++ b/cypress/cypress.config.js @@ -46,7 +46,7 @@ module.exports = defineConfig({ chromeWebSecurity: false, baseUrl: "http://localhost:3000", specPattern: "**/*.feature", - supportFile: false, + supportFile: "cypress/support/e2e.js", retries: { runMode: 2, openMode: 0,