Framework Mode - Ordering tests for parallel safety
Folder Structure
project-root/
├── tests/
│ ├── test_login.py
│ ├── test_user_profile.py
│ ├── test_order_processing.py
│ └── __init__.py
├── conftest.py
├── pytest.ini
├── requirements.txt
└── utils/
├── helpers.py
└── __init__.py