In First Test Case in Selenium with Cucumber post
we created java project and added all the required Jars to project build path. This
involved more manual intervention work like downloading jars one by one from
Maven Central Repository. But in Maven project we will avoid that maven intervention
by adding all the dependencies in pom.xml.
Dependencies Required for Maven Project for Selenium with Cucumber:
1. cucumber-java
2. cucumber-junit
3. junit
4. selenium-standalone-server
Follow the below steps :
Step 1: Install Maven Plugin in Eclipse IDE