PromucFlow_constructor/app/client/cypress.json
Paul Li 70706c7f8e feat: Internal property to detect changes in a form
-- Add Cypress tests FormWidget's hasChanges and all assoicated widgets' isDirty
-- Add missing isDirty meta property for SwitchGroupWidget
-- Rewrite isDirty check logic for RichTextEditorWidget
2022-03-07 23:23:57 +08:00

41 lines
1.3 KiB
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/ClientSideTests/DisplayWidgets/Table_Filter_spec*.js",
"**/Smoke_TestSuite/ClientSideTests/Onboarding/FirstTimeUserOnboarding_spec*.js",
"**/Smoke_TestSuite/ClientSideTests/Binding/PromisesSpec*.ts",
"**/Smoke_TestSuite/ServerSideTests/LayoutOnLoadActions/OnLoadActionsSpec*.ts",
"**/Smoke_TestSuite/ServerSideTests/QueryPane/S3_spec*.js",
"**/Smoke_TestSuite/ServerSideTests/QueryPane/Postgres_Spec*.js",
"**/Smoke_TestSuite/ClientSideTests/LayoutValidation/AppPageLayout.spec.js",
"**/Smoke_TestSuite/ClientSideTests/GitSync/*"
],
"chromeWebSecurity": false,
"viewportHeight": 900,
"viewportWidth": 1400,
"retries": {
"runMode": 2,
"openMode": 0
},
"env": {
"USERNAME": "paul@appsmith.com",
"PASSWORD": "paul1234",
"TESTUSERNAME1": "paul@appsmith.com",
"TESTPASSWORD1": "paul1234",
"TESTUSERNAME2": "paul@appsmith.com",
"TESTPASSWORD2": "paul1234"
}
}