test(e2e): add retries (#5187)

This commit is contained in:
Erez Rokah 2021-03-29 17:19:46 +02:00 committed by GitHub
parent f470fdf32d
commit f4148dca7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,9 @@
{
"baseUrl": "http://localhost:8080",
"projectId": "dzqjxb",
"testFiles": "*spec*.js"
"testFiles": "*spec*.js",
"retries": {
"runMode": 2,
"openMode": 0
}
}