Framework Mode - pytest-xdist for parallel execution
Folder Structure
project-root/
├── tests/
│ ├── test_login.py
│ ├── test_checkout.py
│ └── test_profile.py
├── src/
│ └── app_code.py
├── utils/
│ └── helpers.py
├── conftest.py
├── pytest.ini
└── requirements.txt