Merge pull request #3092 from gradido/disable-cypress-retries

refactor(other): disable cypress test retries
This commit is contained in:
mahula 2023-06-29 12:18:01 +02:00 committed by GitHub
commit 1526ed9477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,10 +48,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',