Selenium-Login-Automation/ │ ├── .github/ │ └── workflows/ │ └── selenium-tests.yml # GitHub Actions CI/CD workflow │ ├── pages/ │ └── login_page.py # Login Page Object Model │ ├── tests/ │ └── test ...