add retries for cypress ci tests (#14241)

This commit is contained in:
Suzanne Aitchison 2021-07-15 12:34:30 +01:00 committed by GitHub
parent 46655a2c72
commit 89e79519d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
{
"screenshotsFolder": "tmp/cypress_screenshots",
"trashAssetsBeforeRuns": false,
"video": false
"video": false,
"retries": 3
}