set cypress specpattern in congif file

This commit is contained in:
mahula 2023-02-23 08:21:37 +01:00
parent 722856a7d7
commit 7f8aac0f2d

View File

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