A clean, maintainable End-to-End automation framework built with Selenium + Python + Page Object Model (POM) and Allure Reporting. Designed with production standards in mind: reusable components, ...
OrangeHRM_Automation/ ├── pages/ │ ├── locators.py # All XPaths and locators │ ├── login_page.py # Login page object │ └── dashboard_page.py # Dashboard page object ├── tests/ │ └── test_login.py # ...