On 3/27/07, Naga Harish Kanegolla <[EMAIL PROTECTED]> wrote: > Is there a way to run the test cases at scheduled time like i want to run all > my test cases at morning 6'o clock, So how can i do that??
Create a windows batch file that invokes your tests (however they are structured). Then go into Control Panel | Scheduled Tasks and define a task that invokes on your windows batch file. You could possibly call the Ruby file directly. Alternatively investigate if you have any interesting scheduling capability built into your continuous integration server. _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
