Skip to content

Commit f46337d

Browse files
Retry cypress tests inside the CICD system (#1507)
1 parent 3124319 commit f46337d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

frontend/cypress.config.ts

+7-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,11 @@ export default defineConfig({
1010
},
1111
env: {
1212
LOGIN_URL: 'http://localhost:8544'
13-
}
13+
},
14+
retries: {
15+
// Configure retry attempts for `cypress run`
16+
runMode: 2,
17+
// Configure retry attempts for `cypress open`
18+
openMode: 0,
19+
},
1420
});

0 commit comments

Comments
 (0)