How to add Cucumber Maven dependencies to the project?


We can add Cucumber Maven dependencies to a project. This can be done by following the below steps −

Step1− Create a Maven project. The details on how to create a Maven project is discussed in detail in the below link −

https://www.tutorialspoint.com/maven/index.htm

Step2− Add the following dependencies in the pom.xml file in a project for Cucumber.

Step3− Click on the Project menu, then select the option Build Automatically.

Step4− Click on the Maven Dependencies folder within the project. All the Cucumber-related dependencies which we have obtained via Maven should be visible.

Updated on: 22-Nov-2021

3K+ Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements