PromucFlow_constructor/app/client/cypress.json
2020-04-02 04:47:48 +00:00

14 lines
256 B
JSON

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