Framework Mode - @pytest.mark.parametrize decorator
Folder Structure
tests/ ├── test_example.py # Test files using @pytest.mark.parametrize ├── conftest.py # Fixtures and hooks utilities/ ├── helpers.py # Helper functions config/ ├── config.yaml # Environment and test settings reports/ ├── latest_report.html # Test run reports