Framework Mode - Parametrize with indirect fixtures
Folder Structure
tests/ ├── test_example.py # Test files using indirect fixtures ├── conftest.py # Fixtures including indirect fixtures utils/ ├── helpers.py # Helper functions for tests configs/ ├── config.yaml # Environment and test data configurations reports/ ├── latest_report.html # Generated test reports