set support file path in config file

This commit is contained in:
mahula 2023-02-20 12:25:42 +01:00
parent 387d2c793b
commit 66a04a4a28

View File

@ -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,