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 d13f3b9b19
All checks were successful
continuous-integration/drone/push Build is passing
chore: change cypress settings to run tests in cypress without needing to modify the config
2021-10-02 20:07:38 +02:00

12 lines
208 B
JSON

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