Framework Mode - Lazy fixtures
Folder Structure
tests/ ├── test_example.py # Test files using lazy fixtures conftest.py # Fixtures including lazy fixtures utils/ ├── helpers.py # Helper functions configs/ ├── config.yaml # Environment and test configs reports/ ├── latest_report.html # Test reports