Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install Cucumber-JVM on Eclipse

I have searched all over the internet but a newbie on java I cant figure out how to simply install Cucumber-jvm on Eclipse.

What files do I need to download? I already installed Eclipse. What do I need to do to get Cucumber-JVM on Eclipse?

like image 616
Ibexy I Avatar asked Jan 26 '13 16:01

Ibexy I


1 Answers

If you mean the Cucumber plugin for Eclipse you can do this by:

  1. Open Eclipse, Click Help → Install New Software.
  2. Click on the "Add" button at the right side of 'Work with' field.
  3. Give the Name (say, cucumber-eclipse) and input the URL 'https://cucumber.github.io/cucumber-eclipse/update-site' at Location field -> Click OK.
  4. Check the box 'Cucumber Eclipse Plugin'.
  5. Untick 'Contact all update sites during install...'.
  6. Click Next.
  7. Follow the instructions at the prompts.
like image 191
Chris Avatar answered Oct 20 '22 00:10

Chris