PromucFlow_constructor/app/client/cypress.json

14 lines
255 B
JSON
Raw Normal View History

2020-03-10 09:38:12 +00:00
{
"baseUrl":"http://dev.appsmith.com:3000/",
2020-03-20 14:21:24 +00:00
"defaultCommandTimeout": 5000,
"pageLoadTimeout": 30000,
2020-03-10 09:38:12 +00:00
"reporter": "mochawesome",
"reporterOptions": {
"reportDir": "results",
"overwrite": false,
2020-03-20 14:21:24 +00:00
"html": true,
"json": false
2020-03-10 09:38:12 +00:00
}
}