PromucFlow_constructor/app/client/cypress.json
Parthvi 04ec2c99d6
test: JSObject tests and flaky test fix (#15292)
* JSObject tests and flaky test fix

* fixing omnibarspec doc link
2022-07-19 17:11:27 +05:30

26 lines
543 B
JSON

{
"baseUrl": "https://dev.appsmith.com/",
"defaultCommandTimeout": 30000,
"requestTimeout": 21000,
"responseTimeout": 30000,
"pageLoadTimeout": 40000,
"video": true,
"videoUploadOnPasses": false,
"reporter": "mochawesome",
"reporterOptions": {
"reportDir": "results",
"overwrite": false,
"html": true,
"json": false
},
"ignoreTestFiles": [
"**/Smoke_TestSuite/Application/PgAdmin_spec*.js"
],
"chromeWebSecurity": false,
"viewportHeight": 1100,
"viewportWidth": 1400,
"retries": {
"runMode": 1,
"openMode": 0
}
}