feat: install Playwright and create e2e directory structure

This commit is contained in:
2026-04-19 07:43:02 +03:00
parent 9b2d294032
commit 146c23631d
2 changed files with 226 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
"tesseract.js": "^7.0.0"
},
"devDependencies": {
"@playwright/test": "^1.40.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.0.0",
@@ -33,6 +34,7 @@
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^4.0.0",
"@vitest/coverage-v8": "^1.6.1",
"@vitest/ui": "^1.0.0",
"eslint": "^9",
"eslint-config-next": "15.0.0",