Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit f307af7

Browse files
committed
refactor: add test retries to Cypress config
1 parent 0a9dbe7 commit f307af7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

test/cypress/cypress.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"baseUrl": "http://localhost:4300",
33
"baseExampleUrl": "http://localhost:4300/#",
4-
"runMode": 2,
54
"video": false,
65
"viewportWidth": 1200,
76
"viewportHeight": 950,
@@ -11,5 +10,9 @@
1110
"reporter": "mochawesome",
1211
"screenshotsFolder": "screenshots",
1312
"supportFile": "support/index.js",
14-
"videosFolder": "videos"
15-
}
13+
"videosFolder": "videos",
14+
"retries": {
15+
"runMode": 2,
16+
"openMode": 0
17+
}
18+
}

0 commit comments

Comments
 (0)