make cypress more fail-safe (#836)

This commit is contained in:
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

View File

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