The standard stuff, number of tests, passing, by type, daily results summary...things that show a consistent attention to test automation.
Let me play with rcumber. Thanks, Tim On Mon, Dec 22, 2008 at 1:27 PM, John Goodsen <jgood...@radsoft.com> wrote: > what kind of graphs are you thinking? Can they be plugged into rcumber? > > On Mon, Dec 22, 2008 at 3:01 PM, Pat Maddox <perg...@gmail.com> wrote: >> >> On Mon, Dec 22, 2008 at 11:52 AM, Tim Walker <walke...@gmail.com> wrote: >> > Hi guys, >> > >> > Can someone point me to information regarding: >> > >> > 1) running cucumber as an automated task decoupled from CI. Assuming >> > cron or similar. >> > 2) parsing and storing results so they can be graphed, etc. >> > >> > Many thanks in advance, >> > >> > Tim >> > _______________________________________________ >> > rspec-users mailing list >> > rspec-users@rubyforge.org >> > http://rubyforge.org/mailman/listinfo/rspec-users >> > >> >> Hi, >> >> Well, you can just run "rake features" from cron... >> >> As for storing the results for graphing, you could make a custom >> listener that stores the results in a CSV list. You know >> features_run,scenarios_run,passing_steps, etc etc. Then you have a >> little script that runs over the CSV file and feeds the data into a >> graphing tool/lib. You *could* actually do all of that from within a >> formatter too if you want...just tally up the results and then at the >> end build a graph from it. >> >> Pat >> _______________________________________________ >> rspec-users mailing list >> rspec-users@rubyforge.org >> http://rubyforge.org/mailman/listinfo/rspec-users > > > > -- > John Goodsen RADSoft / Better Software Faster > jgood...@radsoft.com Lean/Agile/XP/Scrum Coaching and Training > http://www.radsoft.com Ruby on Rails and Java Solutions > > _______________________________________________ > rspec-users mailing list > rspec-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users > _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users