Add Playwright testing framework and implement initial tests; update .gitignore and package files

This commit is contained in:
2025-05-22 19:46:04 +02:00
parent f005b2ec0a
commit 8dcb892ae9
9 changed files with 749 additions and 37 deletions

View File

@ -34,6 +34,7 @@
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.27.0",
"@playwright/test": "^1.52.0",
"@tailwindcss/postcss": "^4.1.7",
"@types/bcryptjs": "^2.4.2",
"@types/node": "^22.15.21",