Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
275 views
Welcome To Ask or Share your Answers For Others

1 Answer

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.

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...