test: add playwright with basic tests for home page

This commit is contained in:
Riccardo
2024-07-07 16:14:07 +02:00
parent 8c36c90710
commit ba17554801
9 changed files with 123 additions and 12 deletions

View File

@@ -10,6 +10,7 @@
"format": "prettier --config .prettierrc 'app/' --write",
"audit": "npm audit",
"typecheck": "tsc --noEmit",
"test": "playwright test",
"prepare": "husky install",
"migrate": "npx prisma migrate dev",
"generate": "npx prisma generate",
@@ -20,8 +21,10 @@
"@emotion/styled": "^11.11.0",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.6",
"@playwright/test": "^1.45.1",
"@prisma/client": "5.8.1",
"@vercel/analytics": "^1.1.2",
"dotenv": "^16.4.5",
"nanoid": "^5.0.4",
"next": "^14.2.3",
"react": "^18",