This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/cypress.json
kolaente 570cfc8610
All checks were successful
continuous-integration/drone/push Build is passing
Configure tests retries
2021-06-02 09:08:24 +02:00

12 lines
195 B
JSON

{
"baseUrl": "http://localhost:8080",
"env": {
"API_URL": "http://localhost:3456/api/v1",
"TEST_SECRET": "testingS3cr3et"
},
"video": false,
"retries": {
"runMode": 2
}
}