mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 06:25:29 +00:00
chore: cypress upgrade to 9.2.0
Signed-off-by: Raju Udava <sivadstala@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"devDependencies": {
|
||||
"@4tw/cypress-drag-drop": "^2.0.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"cypress": "^7.3.0",
|
||||
"cypress": "^9.2.0",
|
||||
"cypress-file-upload": "^5.0.8",
|
||||
"cypress-iframe": "^1.0.1",
|
||||
"fs": "0.0.1-security",
|
||||
@@ -18,6 +18,7 @@
|
||||
"start:web": "cd ./packages/nc-gui; npm install; npm run dev",
|
||||
"cypress:run": "cypress run --config-file ./scripts/cypress/cypress.json",
|
||||
"cypress:open": "cypress open --config-file ./scripts/cypress/cypress.json",
|
||||
"cypress:clear": "cypress cache clear",
|
||||
"test:travis": "git log --pretty=format:'%h' -n 1 --skip 1 | xargs lerna run test:travis --since",
|
||||
"lerna:install": "git log --pretty=format:'%h' -n 1 --skip 1 | xargs lerna bootstrap --ignore nc-cli --since",
|
||||
"updated:xc-migrator": "lerna run publish --scope xc-migrator && lerna run xc && lerna publish && npm install -f xc-cli",
|
||||
|
||||
Reference in New Issue
Block a user