Feature #3684
Cucumber features in wiki
Status: | New | Start date: | 2009-07-28 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Wiki | |||
Target version: | - | |||
Resolution: |
Description
Hi,
I fell in love with cucumber recently. I'd like to add a page in the wiki with all the features in the repo.
The only way I've found is to put a link like
source:features/
It would be very handy to list all files in /features with ".feature" extension, and generate automatically a link. That would help a lot of projects showing their features in an automated way.
This feature would also support branches, in order to distinct stable features from bleeding edge ones.
Thanks.
Philippe
History
#1
Updated by Eric Davis almost 13 years ago
- Category set to Wiki
This could probably be done by defining a wiki macro from a plugin. Do you have an idea of how it should look when it's rendered?
#2
Updated by Philippe Lafoucrière almost 13 years ago
I think we can start with something simple like :
- A UL list with .features as li. Be careful, features files can be organized in subfolders, then we should create sub-UL also)
- Each li is a link to the .feature file, which is a plain text file (some examples here : http://is.gd/1VEnc )
- I've found this : http://wiki.github.com/jgoodsen/rcumber if it can help
Thanks !