ruby on rails - Is there a nice way to share your cucumber features with your clients? -
I love cucumber, my clients also like it.
As far as I know currently there is a good way of sharing your features with our customers' TextMate or NetBean bundles in our nerds that give us good syntax highlighting - not so much to my clients .
What I like is hosted on features.myclientsapp.com This will be a well marked sequence of well organized applications. Perhaps with a coverage% coverage as a bonus, the steps that are being passed will ideally come out as a rack engine.
If I'm gaining Greedy-GIT integration to see version control, and there is a way to ask customers for feedback.
Does anyone know anything that can do this? Why do people need other strategies to share files with their customers / users?
I am working on this and that's what I came up with. It is a lesser known feature that cucumber can be output in beautiful HTML. I am doing this work as part of a big task list designated which runs with the rake doc: features
and the readme for all the RDOK and app etc. for the app is included.
desc "runs the characteristics of cucumber and outputs them to the doctor / cucumber as html" work: html do Dir.glob ("features / *." Feature). Do each. Story | System ("cuckoo", "# {story}", "--format = html", "-o", "doctor / cucumber / # {story.gsub (/ features / / \ w *.). \ 1.html ')} "End of End
Then you depend on how you want to serve them. I am doing some work that this task is for other people Hooks to make documents together and then serves with service gem. But there are a lot of other options. Other options include adding these feature files to a directory to run and browse features on the CI server.
I agree with you, it would be good if the dashboard page was near that failed, etc. And links to each feature file output, etc. If someone has to share the workload of implementation as part of the cucumber, then I would be happy to contribute. I personally think that HTML formatting should be part of the more robust and central cucumber facility set.
Comments
Post a Comment