feat(e2e): enable cypress retries (#41013)

This commit is contained in:
Oliver Eyton-Williams
2021-02-09 18:19:43 +01:00
committed by GitHub
parent 0e9560b455
commit 3807fb81f0

View File

@ -1,4 +1,5 @@
{ {
"projectId": "ke77ns", "projectId": "ke77ns",
"baseUrl": "http://localhost:8000" "baseUrl": "http://localhost:8000",
"retries": 2
} }