Along with the batch file idea, you can also schedule ruby.exe to run in
Windows and then use command line args to pick which scripts run.

Adam 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Richard Conroy
Sent: Tuesday, March 27, 2007 8:21 AM
To: wtr-general@rubyforge.org
Subject: Re: [Wtr-general] Scheduler

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
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to