mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
set cypress test retries to 0
This commit is contained in:
parent
5afd0f6bb4
commit
728fd79579
@ -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,
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user