Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cucumber IDE for feature writing with autocomplete?

Is there any Eclipse plugin for writing features for cucumber with autocomplete functionality?
I guess that would be good to find and reuse steps from other features. Any ideas?

like image 502
user Avatar asked Oct 21 '10 16:10

user


1 Answers

The cucumber-eclipse plugin illustrates one possible approach.

As Xtext seems not to be the perfect solution for this special case, it is more like a case study then a working plugin.

Based on XText, it uses the cucumber grammar (as in Gherkin), it uses XText features to produce a full-fledge editor.

alt text

like image 120
VonC Avatar answered Nov 01 '22 05:11

VonC