PromucFlow_constructor/app/client/cypress.json
2020-03-20 14:21:24 +00:00

13 lines
254 B
JSON

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