project-root │ ├── api/ │ ├── events.py │ └── ticket_booking.py │ ├── config/ │ ├── config_manager.py │ └── qa.yaml │ ├── core/ │ ├── api_client.py │ ├── auth_manager.py ...
selenium-ecommerce-qa-suite/ │ ├── pages/ # Page Object Model layer — all Selenium logic lives here │ ├── base_page.py # Shared methods: click ...