Cypress correction (#689)

* chore(cypress): cypress test setup
This commit is contained in:
Pranav C
2021-10-22 15:32:50 +05:30
committed by GitHub
parent ec0593b1f5
commit 0158cddf8a
8 changed files with 168 additions and 672 deletions

View File

@@ -7,6 +7,8 @@
"lerna": "^3.20.1"
},
"scripts": {
"start:api": "cd ./packages/nocodb; npm install; npm run watch:run",
"start:web": "cd ./packages/nc-gui; npm install; npm run dev",
"cypress:run": "cypress run",
"cypress:open": "cypress open",
"test:travis": "git log --pretty=format:'%h' -n 1 --skip 1 | xargs lerna run test:travis --since",