From 60c30dea289079f9b21478091f99c1627315a3a9 Mon Sep 17 00:00:00 2001 From: mahula Date: Thu, 23 Feb 2023 08:21:37 +0100 Subject: [PATCH] set cypress specpattern in congif file --- cypress/cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,