Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Control Click from .feature file to Step Definition is not working

Tags:

cucumber

I am using Cucumber with Java on Eclipse IDE. Trying to navigate from .feature file to Step definition, however when I hit enter button and hover mouse to the Given, then or When it is not turning in to hyperlink and after click as well not going anywhere.

like image 633
StarBugs Avatar asked Dec 07 '22 11:12

StarBugs


1 Answers

Install Cucumber Eclipse Plugin from Eclipse Marketplace;
Once the plugin is installed, Create a feature file;
Right Click on Project -> Configure -> Convert to Cucumber project;
Now try Ctrl + Click on any step from feature file.

like image 192
Tanmay Wadkar Avatar answered Jun 03 '23 16:06

Tanmay Wadkar