PromucFlow_constructor/app/client/cypress.json
Nikhil Nandagopal 88b471cbd0
added code to merge page load responses if they return before action … (#528)
* added code to merge page load responses if they return before action load responses

* commit to trigger tests

Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
2020-09-10 16:12:16 +05:30

16 lines
346 B
JSON

{
"baseUrl": "https://dev.appsmith.com/",
"defaultCommandTimeout": 20000,
"requestTimeout": 21000,
"pageLoadTimeout": 20000,
"video": false,
"reporter": "mochawesome",
"reporterOptions": {
"reportDir": "results",
"overwrite": false,
"html": true,
"json": false
},
"viewportHeight": 900,
"viewportWidth": 1400
}