Eclipse Cucumber plugins

Viewed 2872

What is the most most efficient way to work with Cucumber in Eclipse? I tried these plugins:

  • Natural - allows Ctrl+Click navigation to step methods
  • Cucumber-Eclipse - allows creation of step definitions and running Cucumber features

Should I have both plugins and use one for writing new steps and the other one for exploring old?

2 Answers

I would suggest you to go with Natural, which allows allows Ctrl+Click navigation to step methods. To create step definition, you could simply use a chrome plugin - Tidy Gherkin

Related