Framework Mode - Avoiding test interdependence
Folder Structure
tests/ ├── test_login.py ├── test_shopping_cart.py ├── test_checkout.py ├── conftest.py utilities/ ├── helpers.py ├── data_loader.py configs/ ├── config.yaml reports/ ├── latest_report.html pytest.ini