PromucFlow_constructor/app/client/cypress.json
Parthvi12 0766f83cf0
test: Add tests for git bugs and git import (#12751)
* add tests for git bugs and git import

* add dsl file

* added test for git bug and commented git sync test for apps

* updated tests

* removed wait

* updated messages.test.ts

* updated git import tests

* added fix for onboarding_spec
2022-04-14 08:32:57 +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": 2,
"openMode": 0
}
}