How to install Cucumber-JVM on Eclipse

Ibexy I picture Ibexy I · Jan 26, 2013 · Viewed 41.6k times · Source

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?

Answer

Chris picture Chris · Jan 22, 2014

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

  1. Open Eclipse, Click Help → Install New Software.
  2. Click Add button at right side of 'Work with' field.
  3. Give the Name say cucumber-eclipse and input the URL http://cucumber.github.com/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.