set cypress test retries to 0

This commit is contained in:
mahula 2023-07-10 18:42:06 +02:00
parent 5afd0f6bb4
commit 728fd79579

View File

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