├── api/ # API Client Layer for backend verification ├── config/ # Global constants & application configurations ├── pages/ # Page Object Model (POM) element locators & actions ├── tests/ # UI and API ...
A concise Playwright (Python) test suite using the synchronous Playwright API and a small Page Object Model.