PromucFlow_constructor/app/client/cypress.json

16 lines
346 B
JSON
Raw Normal View History

2020-03-10 09:38:12 +00:00
{
"baseUrl": "https://dev.appsmith.com/",
2020-04-17 08:17:25 +00:00
"defaultCommandTimeout": 20000,
"requestTimeout": 21000,
2020-04-02 04:47:48 +00:00
"pageLoadTimeout": 20000,
2020-04-17 08:17:25 +00:00
"video": false,
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-06-04 13:49:22 +00:00
},
"viewportHeight": 900,
"viewportWidth": 1400
}