PromucFlow_constructor/app/client/cypress.json
Aishwarya-U-R 0b28b754b0
test: Moving specs to run on FatContainer + Gitea migration (#18920)
## Description

- This PR moves all specs from slim to fat container to run tests underneath it
- Fat has the actual libraries that are being shipping to customers, hence this PR
- Also includes moving Git tests from using GitHub to Gitea

## Type of change
- New run (non-breaking change which adds functionality)


## How Has This Been Tested?
- Cypress CI Fat runs

## Checklist:
### QA activity:
- [X] Test plan has been approved by relevant developers
- [X] Test plan has been peer reviewed by QA
- [X] Cypress test cases have been added and approved by either SDET or manual QA
- [X] Organized project review call with relevant stakeholders after Round 1/2 of QA
- [X] Added Test Plan Approved label after reveiwing all Cypress test

Co-authored-by: yatinappsmith <84702014+yatinappsmith@users.noreply.github.com>
2023-01-25 11:09:02 +05:30

27 lines
564 B
JSON

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