Framework Mode - Fixture request object
Folder Structure
tests/ ├── test_example.py # Test files using fixtures ├── conftest.py # Shared fixtures and hooks utilities/ ├── helpers.py # Helper functions configs/ ├── config.yaml # Environment and test data configs