set cypress test retries to 0

This commit is contained in:
mahula 2023-06-28 20:36:33 +02:00
parent b1036c9d5b
commit 1b335f00ec

View File

@ -49,10 +49,7 @@ export default defineConfig({
viewportHeight: 720,
viewportWidth: 1280,
video: false,
retries: {
runMode: 2,
openMode: 0,
},
retries: 0,
env: {
backendURL: 'http://localhost:4000',
mailserverURL: 'http://localhost:1080',