Framework Mode - Reading test data from Excel
Folder Structure
selenium_python_project/ ├── tests/ │ ├── test_login.py │ └── test_checkout.py ├── pages/ │ ├── login_page.py │ └── checkout_page.py ├── utils/ │ ├── excel_reader.py │ └── webdriver_manager.py ├── config/ │ ├── config.yaml │ └── credentials.yaml ├── reports/ │ └── test_report.html ├── conftest.py └── requirements.txt