diff --git a/site/cypress.config.ts b/site/cypress.config.ts index 07f36afc0..e4dfbdef6 100644 --- a/site/cypress.config.ts +++ b/site/cypress.config.ts @@ -15,12 +15,12 @@ export default defineConfig({ experimentalStudio: true, }, retries: { - // Configure retry attempts for `cypress run` + // Configure retry attempts for `cypress run` (Github Action) // Default is 0 runMode: 3, - // Configure retry attempts for `cypress open` + // Configure retry attempts for `cypress open` (yarn test:cypress) // Default is 0 - openMode: 0, + openMode: 1, }, videoCompression: 30, videoUploadOnPasses: false,