Browse Source

chore: Enable cypress retries

version-14
Suraj Shetty 4 years ago
parent
commit
8b95df92f9
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      cypress.json

+ 5
- 1
cypress.json View File

@@ -3,5 +3,9 @@
"projectId": "92odwv",
"adminPassword": "admin",
"defaultCommandTimeout": 20000,
"pageLoadTimeout": 15000
"pageLoadTimeout": 15000,
"retries": {
"runMode": 2,
"openMode": 2
}
}

Loading…
Cancel
Save