PromucFlow_constructor/app/client/cypress.json
NandanAnantharamu 3d495fc548
test: updated locators (#9271)
* updated locators

* updated dsl

* Skipping failing tests

Co-authored-by: yatinappsmith <84702014+yatinappsmith@users.noreply.github.com>
2021-11-25 08:55:41 +05:30

27 lines
624 B
JSON

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