set cypress specpattern in congif file

This commit is contained in:
mahula 2023-02-23 08:21:37 +01:00
parent b308b290aa
commit 60c30dea28

View File

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