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

23
tests/e2e/README.md Normal file
View File

@@ -0,0 +1,23 @@
# Playwright Coverage
This suite is the browser-level guardrail for the holiday booking app.
## Current Coverage
- Homepage shell and content structure
- Health endpoint
## Planned Coverage
- Property listing and detail flows
- Availability search and date handling
- Booking form validation and summary
- Stripe checkout handoff and return states
- Confirmation and failure states
- Admin management flows
- SEO, accessibility, and responsive behavior
## Rule
Update this suite as each user-facing flow lands. The workflow is separate from deploy and only runs against `develop` and `qa`.