From 66a04a4a288d172a3270a484590c513276916c2b Mon Sep 17 00:00:00 2001 From: mahula Date: Mon, 20 Feb 2023 12:25:42 +0100 Subject: [PATCH] set support file path in config 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 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,