1
0
Fork 0
mirror of synced 2024-07-02 13:01:09 +12:00
budibase/packages/builder/cypress.json
Mitch-Budibase 2e53a80219 Update DeleteApp function & Enable Cypress video flag
Commands.js
- DeleteApp does not need specific functionality for test env

cypress.json
- Enabling video flag for Cypress
2022-05-11 16:49:27 +01:00

12 lines
190 B
JSON

{
"baseUrl": "http://localhost:4100",
"video": true,
"projectId": "bmbemn",
"env": {
"PORT": "4100",
"WORKER_PORT": "4200",
"JWT_SECRET": "test",
"HOST_IP": ""
}
}