> What are you already using?
Pretty much what you described.  I wrote a rails front end with some *very* 
simple views and wrapped that around a restful interface that a client ruby 
script can interact with.  All it does is sends down some arguments to the VM 
that it uses to call a command line to run all sorts of tests (rasta, rspec, 
test-unit, etc.).  The reason it's clunky is that the normal unit test tools 
don't have good interfaces for reporting up the results of tests (unless you 
are running ci or something like that).  There are tools that have HTML reports 
(like rspec), but it requires some tweaking of the reports to get it to 
integrate nicely with a webpage (a skill I don't have yet).

Alan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to