Chore: add playwright test scripts to package.json

This commit is contained in:
2026-05-31 14:11:52 +03:30
parent 2becd9d62e
commit 8ffacd5f55

View File

@@ -7,7 +7,10 @@
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
"preview": "vite preview",
"test": "playwright test",
"test:ui": "playwright test --ui",
"test:report": "playwright show-report"
},
"dependencies": {
"react": "^19.2.6",