Framework Mode - Conftest fixtures (shared across files)
Folder Structure
tests/
├── conftest.py # Shared fixtures for all test files
├── test_login.py # Test file using shared fixtures
├── test_checkout.py # Another test file using shared fixtures
└── utils/
└── helpers.py # Utility functions