playwright

This commit is contained in:
Stefan
2025-12-06 17:37:44 +01:00
parent 743bda02bf
commit 9ebca615c7
17 changed files with 32333 additions and 193 deletions
+6 -1
View File
@@ -8,7 +8,11 @@
"build": "next build",
"start": "next start -p 3050",
"lint": "eslint",
"test": "jest"
"test": "jest",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:headed": "playwright test --headed",
"test:all": "npm test && npm run test:e2e"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
@@ -24,6 +28,7 @@
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@playwright/test": "^1.57.0",
"@tailwindcss/postcss": "^4",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",