add cy:run script

This commit is contained in:
Matthias 2022-01-05 20:34:20 +01:00
parent 9698b5c836
commit 1cfc06415d

View File

@ -10,6 +10,7 @@
"check-types": "tsc --noemit",
"lint-ci": "vue-cli-service lint --no-fix",
"cy:open": "cypress open",
"cy:run": "cypress run",
"cy:open-ct": "cypress open-ct",
"cy:run-ct": "cypress run-ct"
},