PromucFlow_constructor/app/client/cypress.json
2020-04-17 08:17:25 +00:00

15 lines
300 B
JSON

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