PromucFlow_constructor/app/client/cypress.json
2020-03-10 09:38:12 +00:00

11 lines
193 B
JSON

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