Actions
Feature #3684
openCucumber features in wiki
Status:
New
Priority:
Normal
Assignee:
-
Category:
Wiki
Target version:
-
Start date:
2009-07-28
Due date:
% Done:
0%
Estimated time:
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
Updated by Eric Davis over 15 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?
Updated by Philippe Lafoucrière over 15 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 !
Actions