feat: add e2e npm scripts for playwright test execution

This commit is contained in:
2026-04-19 08:01:05 +03:00
parent 2e7a31ae0a
commit 9f03fe8f82

View File

@@ -9,7 +9,10 @@
"lint": "next lint",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage"
"test:coverage": "vitest run --coverage",
"e2e": "playwright test",
"e2e:debug": "playwright test --debug --headed",
"e2e:report": "playwright show-report"
},
"dependencies": {
"axios": "^1.15.0",