diff --git a/cypress/cypress.config.js b/cypress/cypress.config.js index e8bb04bbb..9566a3a67 100644 --- a/cypress/cypress.config.js +++ b/cypress/cypress.config.js @@ -35,7 +35,7 @@ module.exports = defineConfig({ projectId: "qa7fe2", chromeWebSecurity: false, baseUrl: "http://localhost:3000", - specPattern: "**/*.feature", + specPattern: "cypress/e2e/**/*.feature", supportFile: "cypress/support/e2e.js", retries: { runMode: 2,