mirror of
https://github.com/johndoe6345789/snippet-pastebin.git
synced 2026-04-24 13:34:55 +00:00
feat: add Playwright for end-to-end testing and create initial test suite
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user