Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
josekudiyirippil committed Aug 7, 2024
1 parent 9aaae33 commit 470853e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions appointment-frontend/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default defineConfig({
log: false,
scale: false,
timeout: 50000,
},
}
},
},
video: false,
Expand All @@ -28,5 +28,9 @@ export default defineConfig({
},
baseUrl: 'http://localhost:8081',
excludeSpecPattern: ['**/__snapshots__/*', '**/__image_snapshots__/*'],
},
})
retries: {
runMode: 4,
openMode: 4
}
}
})

0 comments on commit 470853e

Please sign in to comment.