make cypress more fail-safe (#836)

pull/844/head^2
Alex Johansson 2021-10-01 16:37:11 +01:00 committed by GitHub
parent 4879479981
commit 6547ef1e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
{
"baseUrl": "http://localhost:3000",
"chromeWebSecurity": false
"chromeWebSecurity": false,
"retries": {
"runMode": 2
}
}