Gherkin syntax files are just plain text so any editor such as notepad can be used. However, one of the more important things we are using this for is to provide tables of sample data. Without good formatting options the files become hard to read.

There are some good tools (see: How to get Gherkin syntax highlighting for .feature files in Visual Studio?) for visual studio such as specflow.org or https://github.com/henritersteeg/cuke4vs. Another option for developers using eclipse is discussed at Cucumber IDE for feature writing with autocomplete? However I don't want to require it be installed for our business analysts.

Here is a syntax highlighter files (http://productive.me/develop/cucumbergherkin-syntax-highlighting-for-notepad/) that can be imported into notepad++ but it does nothing for table formatting.

Are there any other options that I might have missed for allowing non-developers to efficiently edit .feature gherkin files?

link|improve this question
feedback

2 Answers

up vote 3 down vote accepted

There seems to be a couple of projects in the works.

  • There's a beta of a Gherkin editor here: http://gherkineditor.codeplex.com/ (windows)
  • Cucumber's author has created a web-based gherkin editor (relies on javascript, Ace and Node.js). Perhaps a bit more complicated to set up, but it could be integrated into a CMS or other web-based system.

Neither really substitutes for a conversation with your business domain experts.

link|improve this answer
1  
+1 for conversations over capture. – Lunivore Nov 26 '11 at 8:32
It looks like the tooling focus of Gherkin editors is primarily targeted to developers. I guess I was hoping that a requirements team could help drive adoption of better specs rather than it having to come from the dev team. Conversations are extremely important but there still needs to be a good way to capture those discussions in a useful format that isn't just a word doc. Thanks for your input. – toddles2000 Nov 26 '11 at 19:33
feedback

There is an updated eclipse plugin called xgherkins at github for eclipse users

link|improve this answer
Would you have some more info of that? The only results I get when googling "xgherkins" is this post... – Per Feb 6 at 8:51
1  
exactly what I was looking for – Tom Howard Feb 24 at 11:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.