Framework Mode - Parallel execution in CI
Folder Structure
selenium-python-project/
├── tests/
│ ├── test_login.py
│ ├── test_checkout.py
│ └── test_search.py
├── pages/
│ ├── base_page.py
│ ├── login_page.py
│ └── checkout_page.py
├── utils/
│ ├── driver_factory.py
│ └── helpers.py
├── config/
│ ├── config.yaml
│ └── credentials.yaml
├── conftest.py
├── pytest.ini
└── requirements.txt