add test e2e to cy

This commit is contained in:
Andreani Jean
2023-05-11 13:37:38 +02:00
parent ec633b2616
commit 9782385edf
3 changed files with 3 additions and 1 deletions

View File

@@ -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",