Framework Mode - Jenkins pipeline integration
Folder Structure
selenium-java-project/ ├── src/ │ └── test/ │ └── java/ │ ├── pages/ # Page Object classes │ ├── tests/ # Test classes │ └── utils/ # Utility classes (e.g., waits, helpers) ├── testng.xml # TestNG suite configuration ├── pom.xml # Maven project file with dependencies ├── Jenkinsfile # Jenkins pipeline script └── reports/ # Test reports output folder