Framework Mode - @pytest.fixture decorator
Folder Structure
tests/ ├── test_example.py # Test files using fixtures ├── conftest.py # Fixtures shared across tests utilities/ ├── helpers.py # Helper functions configs/ ├── config.yaml # Environment and test configs reports/ ├── latest_report.html # Test reports