[Wtr-general] Scheduler
Richard Conroy
richard.conroy at gmail.com
Tue Mar 27 09:21:03 EDT 2007
On 3/27/07, Naga Harish Kanegolla <forum-watir-users at openqa.org> 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.
More information about the Wtr-general
mailing list