Framework Mode - Conditional parametrize
Folder Structure
tests/ ├── test_example.py # Test files with parametrize decorators ├── conftest.py # Fixtures and hooks utilities/ ├── helpers.py # Helper functions for conditions config/ ├── config.yaml # Environment and test data config reports/ ├── latest_report.html # Generated test reports