feat: add playwright e2e workflow
Some checks failed
Deploy Holiday Property Booking / deploy (push) Successful in 3m0s
Playwright Holiday Property Booking / playwright (push) Successful in 10m59s
Test & Build Holiday Property Booking / test-build (push) Has been cancelled

This commit is contained in:
2026-05-22 08:40:45 +00:00
parent b781967a14
commit 909e8062f4
11 changed files with 250 additions and 11 deletions

View File

@@ -7,6 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "eslint .",
"test:e2e": "playwright test",
"prisma:generate": "prisma generate",
"prisma:migrate:dev": "prisma migrate dev",
"prisma:seed": "tsx prisma/seed.ts"
@@ -19,7 +20,8 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "20.19.37",
"@playwright/test": "^1.60.0",
"@types/node": "20.17.6",
"@types/react": "19.2.14",
"@types/react-dom": "^19",
"eslint": "^9",
@@ -30,4 +32,3 @@
"typescript": "5.9.3"
}
}