Framework Mode - monkeypatch.setenv
Folder Structure for pytest Framework
tests/ ├── test_example.py # Test files ├── conftest.py # Shared fixtures and hooks utils/ ├── helpers.py # Utility functions configs/ ├── config.yaml # Environment and test configs reports/ ├── latest_report.html # Test reports