Add cypress retries again

This commit is contained in:
mattwr18 2020-02-21 14:50:17 +01:00
parent e9c0d44055
commit 2516da57c2

View File

@ -1,5 +1,8 @@
{
"projectId": "qa7fe2",
"ignoreTestFiles": "*.js",
"baseUrl": "http://localhost:3000"
"baseUrl": "http://localhost:3000",
"env": {
"RETRIES": 2
}
}