project-root │ ├── api/ │ ├── events.py │ └── ticket_booking.py │ ├── config/ │ ├── config_manager.py │ └── qa.yaml │ ├── core/ │ ├── api_client.py │ ├── auth_manager.py ...
project/ ├─ tests/ │ └─ test_stream_search.py # E2E test cases ├─ pages/ │ ├─ base_page.py # Base class (waits, scroll, screenshot) │ ├─ home_page.py # Twitch homepage — open & search icon │ ├─ search ...