Framework Mode - Headless mode for CI
Folder Structure
selenium-python-project/
├── tests/
│ ├── test_login.py
│ ├── test_checkout.py
│ └── __init__.py
├── pages/
│ ├── login_page.py
│ ├── checkout_page.py
│ └── __init__.py
├── utils/
│ ├── driver_factory.py
│ ├── config.py
│ └── __init__.py
├── reports/
│ └── (test reports here)
├── conftest.py
├── requirements.txt
└── pytest.ini