1
0

chore: change cypress settings to run tests in cypress without needing to modify the config

This commit is contained in:
kolaente
2021-10-02 20:07:38 +02:00
parent 50799a7b3e
commit d13f3b9b19
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"baseUrl": "http://localhost:5000",
"env": {
"API_URL": "http://localhost:3456/api/v1",
"TEST_SECRET": "testingS3cr3et"
"TEST_SECRET": "averyLongSecretToSe33dtheDB"
},
"video": false,
"retries": {