Framework Mode - Test functions and classes
Folder Structure
tests/ ├── test_login.py ├── test_search.py ├── conftest.py page_objects/ ├── login_page.py ├── search_page.py utilities/ ├── browser_factory.py ├── helpers.py configs/ ├── config.yaml reports/ ├── latest_report.html