News

Selenium PyTest Automation Framework 🚗 A robust web automation framework built with Selenium, PyTest, and Allure Report, following the Page Object Model design pattern.
selenium-python-web-automation/ ├── dashboard/ # Streamlit dashboard app │ └── app.py ├── db/ # SQLite DB for results │ └── test_results.db ├── docker-compose.yml # Services: test-runner & dashboard ...