Framework Mode - Screenshot on failure
Folder Structure
selenium_project/
├── tests/
│ ├── test_login.py
│ └── test_checkout.py
├── pages/
│ ├── login_page.py
│ └── checkout_page.py
├── utils/
│ ├── screenshot_helper.py
│ └── driver_factory.py
├── config/
│ └── config.yaml
├── reports/
│ └── screenshots/
└── conftest.py