## Description This PR upgrades Cypress from 12.14 to Cy 12.16 along with below flaky fixes: - This PR fixes the below flakyness in Cypress suite: - ConversionAlgorithm_AutoLayout_Valid.js - ButtonGroup_MenuButton_Width_spec.js - columntypes/select_spec - method update - Date_column_editing_1_spec.js - Omnibar_spec.js - 6th case - TableV2_Widget_API_Pagination_spec.js - TableV2_Widget_API_Derived_Column_spec.js - TableV2TextPagination_spec.js - Table_Widget_API_Pagination_spec.js - TableTextPagination_spec.js - Table_Derived_Column_Data_validation_spec.js - LoginTests/LoginFailure_spec.js - cy.visit - timeouts handled - CreateQueryAfterDSSaved for Mock DB's - TableV2Filter1_2_Spec - InputTruncateCheck_Spec - DSDocs_Spec - for assertNewtab open - TableV2_DisplayText_spec - MultiSelect3_spec - PropertyPaneSuggestion_spec - Others/Video_spec.js #### Type of change - Script fix (non-breaking change which fixes an issue) ## Testing #### How Has This Been Tested? - [X] Cypress ## Checklist: #### QA activity: - [X] Added `Test Plan Approved` label after changes tests were reviewed
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "appsmith-ci-test",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": "^16.14.0",
|
|
"npm": "^8.5.5"
|
|
},
|
|
"scripts": {
|
|
"install": "node apply-patches.js"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
],
|
|
"devDependencies": {
|
|
"@blueprintjs/core": "^3.36.0",
|
|
"@blueprintjs/datetime": "^3.23.6",
|
|
"@blueprintjs/icons": "^3.10.0",
|
|
"@blueprintjs/popover2": "^0.5.0",
|
|
"@blueprintjs/select": "^3.10.0",
|
|
"@faker-js/faker": "^7.4.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.25.0",
|
|
"@typescript-eslint/parser": "^5.25.0",
|
|
"chalk": "^4.1.1",
|
|
"cy-verify-downloads": "^0.0.5",
|
|
"cypress": "^12.16.0",
|
|
"cypress-file-upload": "^4.1.1",
|
|
"cypress-image-snapshot": "^4.0.1",
|
|
"cypress-log-to-output": "^1.1.2",
|
|
"cypress-multi-reporters": "^1.2.4",
|
|
"cypress-plugin-tab": "^1.0.5",
|
|
"cypress-real-events": "^1.7.1",
|
|
"cypress-tags": "^1.1.2",
|
|
"cypress-wait-until": "^1.7.2",
|
|
"cypress-xpath": "^1.4.0",
|
|
"diff": "^5.0.0",
|
|
"dotenv": "^8.1.0",
|
|
"eslint-plugin-cypress": "^2.11.2",
|
|
"tinycolor2": "^1.4.2",
|
|
"typescript": "4.9.5"
|
|
}
|
|
}
|