Framework Mode - Fixture composition
Folder Structure
tests/ ├── test_login.py ├── test_shopping_cart.py ├── conftest.py utilities/ ├── helpers.py ├── data_providers.py configs/ ├── config.yaml ├── env_vars.yaml reports/ ├── latest_report.html logs/ ├── test_run.log