#steps to install cucumber Eclipse plugin
Explore tagged Tumblr posts
Photo

New Post has been published on http://automated-360.com/gherkin-cucumber/cucumber-eclipse-plugin/
Cucumber Plug-in for Eclipse
(adsbygoogle = window.adsbygoogle || []).push();
Cucumber Eclipse Plugin is used by eclipse to understand the basic Gherkin syntax and it works like a syntax highlighter. It highlights all the main syntax in the feature file which makes it more readable and more clearer.
In this post we are going to discuss about the installation of Cucumber Eclipse Plug-in. I have tried to put together a step by step instruction with screenshot hope this will be helpful for you.
10 Steps to Configure Cucumber Eclipse plugin
Installation of Cucumber Eclipse Plugin is easier as it comes as a plugin for Eclipse IDE.
Step #1
Launch the Eclipse IDE and from Help menu click “Install New Software”. A dialog window will be opened. Click on “Add” button.
Step #2
Enter name as “Cucumber” and type “http://cucumber.github.com/cucumber-eclipse/update-site” as location. Click on OK button.
Step #3
Cucumber Eclipse Plugin option will be displayed in the available software list. Check the box and press “Next” button.
Step #4
Select the Cucumber Eclipse Feature Option and click on the Finish button.
Step #5
Select “I accept the terms of the license agreement” radio button and then click on Finish button.
Step #6
Plugin installation will begin. You may or may not encounter a Security warning if in case you do just click OK.
(adsbygoogle = window.adsbygoogle || []).push();
Step #7
In case you encounter a security popup as below just click on the OK button
Step #8
After successful installation of Cucumber plugin you will be ask to restart the Eclipse.Click on Yes button
Step #9
Once the Eclipse has restarted goto New –> File option
Step #10
Enter the filename as XXXX.feature and click on Finish button . Please note file name can be anybut the extension has to be .feature only.
The below Cucumber file will open and you will notice the steps are highlighted
Now you are all set working with Cucumber on Eclipse. In our upcoming posts we will discuss the configuration of cucumber on different IDEs and then automation of Test cases using Cucumber.
Till then Happy Learning!!!!
0 notes