set support file path in config file

This commit is contained in:
mahula 2023-02-20 12:25:42 +01:00
parent e50566edd1
commit b3c2614ce6

View File

@ -46,7 +46,7 @@ module.exports = defineConfig({
chromeWebSecurity: false, chromeWebSecurity: false,
baseUrl: "http://localhost:3000", baseUrl: "http://localhost:3000",
specPattern: "**/*.feature", specPattern: "**/*.feature",
supportFile: false, supportFile: "cypress/support/e2e.js",
retries: { retries: {
runMode: 2, runMode: 2,
openMode: 0, openMode: 0,