selenium-cucumber-framework/ ├── src/ │ ├── main/ │ │ ├── java/com/automation/ │ │ │ ├── pages/ # Page Object Model classes │ │ │ │ ├── BasePage.java (100+ reusable methods ...
│ ├── src/ # Test scripts and page objects ├── pom.xml # Maven dependencies ├── reports/ # ExtentReports HTML reports ├── screenshots/ # Screenshots of failed tests ├── test-output/ # TestNG reports ...