chore: retry failed driver tests and let the dashboard calculate flake (#16605)

This commit is contained in:
Brian Mann
2021-05-24 14:39:21 -04:00
committed by GitHub
parent 3c33db5ab0
commit 39d8629c97
+4
View File
@@ -7,5 +7,9 @@
"reporter": "cypress-multi-reporters",
"reporterOptions": {
"configFile": "../../mocha-reporter-config.json"
},
"retries": {
"runMode": 2,
"openMode": 0
}
}