Framework Mode - Running tests on Grid
Folder Structure
selenium-python-grid-project/ ├── tests/ │ ├── test_login.py │ └── test_search.py ├── pages/ │ ├── login_page.py │ └── search_page.py ├── utils/ │ ├── grid_driver.py │ └── helpers.py ├── config/ │ ├── config.yaml │ └── credentials.yaml ├── reports/ │ └── test_report.html ├── conftest.py └── requirements.txt