Search code examples
eclipse-plugincucumbercucumber-jvmcucumber-java

how to import cucumber eclipse plugin manually?


I couldn't install cucumber eclipse plugin from "http://cucumber.github.com/cucumber-eclipse/update-site " from Help--> Install New software because of firewall restriction.

Can anyone provide the jars for recent cucumber eclipse plugin and provide the steps to manually add them to eclipse please ?


Solution

  • This website might be helpful for you:

    http://toolsqa.com/cucumber/download-cucumber-jvm-eclipse/

    There are 3 options available:

    1. Download Cucumber Jars from Online Maven Repository

    2. Download Cucumber Jars from oss.sonatype.org

    3. Download Cucumber Jars from Maven dependencies

    All of them are detailed on the website.

    Hope it helps!