Cucumber IDE for feature writing with autocomplete?

后端 未结 1 906
自闭症患者
自闭症患者 2020-12-31 17:18

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. An

相关标签:
1条回答
  • 2020-12-31 17:50

    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

    0 讨论(0)
提交回复
热议问题