How to install Cucumber-JVM on Eclipse

前端 未结 4 1499
滥情空心
滥情空心 2020-12-11 03:14

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 alre

相关标签:
4条回答
  • 2020-12-11 03:18

    Cucumber-JVM isn't an Eclipse library or plugin. You can download it in a variety of ways (I find Maven the easiest), and include it in your code.

    0 讨论(0)
  • 2020-12-11 03:23

    You can find how to install Cucumber-jvm in the Cucumber documentation

    In addition, you'll need the Eclipse plugin.

    0 讨论(0)
  • 2020-12-11 03:24

    Why didn't you try this plugin? I think it should be greater for your cucumber coding than the official plugin: BecauseCucumber

    Installation steps are there: BecauseCucumber Installation

    0 讨论(0)
  • 2020-12-11 03:40

    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.
    0 讨论(0)
提交回复
热议问题