## Description - Modularised the docker image building - Optimised the `install dependancies` step to reduce the time from 8 mins to 30-40 secs now - Removed unnecessary steps from the ci-dubugging.yml - Added ci-debug.sh file to ease the steps to run ngrok while running ci-debugging - Changes made to below files 1. integration-tests-command.yml 2. test-build-docker-image.yml 3. ci-test.yml 4. build-docker-image.yml ## Type of change - integration-tests-command.yml - test-build-docker-image.yml - ci-test.yml - build-docker-image.yml ## How Has This Been Tested? - Manual ## Checklist: ### QA activity: - [ ] Test plan has been approved by relevant developers - [ ] Test plan has been peer reviewed by QA - [ ] Cypress test cases have been added and approved by either SDET or manual QA - [ ] Organized project review call with relevant stakeholders after Round 1/2 of QA - [ ] Added Test Plan Approved label after reveiwing all Cypress test
38 lines
976 B
JSON
38 lines
976 B
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": {
|
|
"@typescript-eslint/eslint-plugin": "^5.25.0",
|
|
"@typescript-eslint/parser": "^5.25.0",
|
|
"@faker-js/faker": "^7.4.0",
|
|
"cypress-log-to-output": "^1.1.2",
|
|
"cy-verify-downloads": "^0.0.5",
|
|
"cypress": "9.7.0",
|
|
"cypress-file-upload": "^4.1.1",
|
|
"cypress-image-snapshot": "^4.0.1",
|
|
"cypress-multi-reporters": "^1.2.4",
|
|
"cypress-real-events": "^1.7.1",
|
|
"cypress-wait-until": "^1.7.2",
|
|
"cypress-xpath": "^1.4.0",
|
|
"eslint-plugin-cypress": "^2.11.2",
|
|
"dotenv": "^8.1.0",
|
|
"typescript": "4.5.5",
|
|
"diff": "^5.0.0",
|
|
"chalk": "^4.1.1"
|
|
}
|
|
}
|