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?
相关问题
- Question marks after images and js/css files in ra
- Using :remote => true with hover event
- Eager-loading association count with Arel (Rails 3
- Eclipse and Mylyn : how to disable grey files in t
- Is there a way to remove IDV Tags from an AIFF fil
相关文章
- 使用Webstorm打开刚下载的jquery为什么会有报错
- selenium+eclipse 打开网页时报错
- Right way to deploy Rails + Puma + Postgres app to
- AWS S3 in rails - how to set the s3_signature_vers
- how to call a active record named scope with a str
- How do you run cucumber with Scala 2.11 and sbt 0.
- How to add a JSON column in MySQL with Rails 5 Mig
- Eclipse failing to open
The cucumber-eclipse plugin illustrates one possible approach.
Based on XText, it uses the cucumber grammar (as in Gherkin), it uses XText features to produce a full-fledge editor.