feat: add Playwright for end-to-end testing and create initial test suite

This commit is contained in:
2026-01-20 01:18:26 +00:00
parent 5b01e6bfee
commit 565bc1f2ba
4 changed files with 141 additions and 1 deletions

View File

@@ -9,7 +9,8 @@
"start": "next start",
"lint": "eslint .",
"stylelint": "stylelint \"src/**/*.{scss,css}\"",
"kill": "fuser -k 5000/tcp"
"kill": "fuser -k 5000/tcp",
"test:e2e": "playwright test"
},
"dependencies": {
"@babel/standalone": "^7.28.6",
@@ -68,6 +69,7 @@
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@playwright/test": "^1.57.0",
"@types/node": "^25.0.9",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.0.4",