Designed to automate the DemoQA website and is fully CI/CD pipeline ready (via GitHub Actions).
SeleniumTestNGFramework-main/ ├── .mvn/ ├── .settings/ ├── Reports/ # ExtentReports output ├── Screenshots/ # Screenshots of failed tests ├── src/ │ ├── main/java/utils/ # Utility classes │ └── ...