Selenium Java Hybrid Framework Framework Contents: Page Object Model Extent Reporting Data Driven (Apache POI) Control test execution using run mode Maven Project (No external jar files needs to be added) Log4j with html and text logs Initial Setup: Install and configure JDK Install and configure Maven Setup your IDE (Preferably IntelliJ IDEA) Import cloned repository as project Add your test case classes under testcases package Add your test data and run mode settings to TestData.xslx file Update testng.xml file Simply run mvn clean install command to run your test cases