forked from Ivasoft/geovisio-website
add test e2e to cy
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
"build": "run-p type-check build-only",
|
||||
"preview": "vite preview",
|
||||
"test:unit": "vitest --environment jsdom --root src/",
|
||||
"test:e2e": "yarn cypress run",
|
||||
"open:e2e": "yarn cypress run",
|
||||
"build-only": "vite build",
|
||||
"deploy": "yarn build && cd ./dist && cp index.html 404.html",
|
||||
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
|
||||
|
||||
Reference in New Issue
Block a user