Merge pull request #6527 from Ocelot-Social-Community/disable-cypress-retries

refactor(other): disable cypress test retries
This commit is contained in:
mahula 2023-07-11 17:26:27 +02:00 committed by GitHub
commit eeaa166f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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