End-to-End Booking Flow Automation
✓ PASSProblem — A multi-step booking flow (login via OTP, slot selection, cart, payment, summary) had no automated regression coverage, making every release a manual re-check.
Approach — Built a Python + Playwright framework using the Page Object Model with a shared BasePage, isolated fixtures per logged-in state, and dedicated handling for the payment gateway's iframe/popup behavior.