PromucFlow_constructor/app/client/cypress.json

14 lines
255 B
JSON

{
"baseUrl":"http://dev.appsmith.com:3000/",
"defaultCommandTimeout": 5000,
"pageLoadTimeout": 30000,
"reporter": "mochawesome",
"reporterOptions": {
"reportDir": "results",
"overwrite": false,
"html": true,
"json": false
}
}