Framework to test UI using Selenium
The project is organized into multiple Maven modules
framework- Contains Core Methods for Webdriver handlingpage-objects- Contains Page objects for Applicationregression-tests- Contains cucumber scenarios & steps
PRE-REQUISITE: The system needs to have JAVA 8 and Apache Maven 3.6.2 installed
Inside the project directory, clean install the project to install all the dependencies
mvn clean install
- This will install all the depedencies for the project
- Downloads all binaries -- chromedriver, geckodriver etc through
RepositoryMap.xml - Runs the cucumber tests