Framework Mode - Test independence
Folder Structure
project-root/
├── tests/
│ ├── test_login.py
│ ├── test_cart.py
│ ├── test_checkout.py
│ └── conftest.py
├── src/
│ └── app_code.py
├── utils/
│ └── helpers.py
├── pytest.ini
└── requirements.txt