Re: [Wtr-general] Scheduler

2007-06-11 Thread Jet Liu
Adding auto=true to the end of the URL does the trick.

Thanks all.
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] Scheduler

2007-06-08 Thread Jet Liu
Hi,
When I set up my schedule using something like 

C:\Program Files\Mozilla Firefox\firefox.exe -chrome 
chrome://selenium-ide/content/selenium/TestRunner.html?baseURL=http://www.xyz.comtest=file:///C:\Documents%20and%20Settings\Test%20User\Desktop\Selenium\us/testsuite.html;
 -height 750 -width 1100

My question is, how do I actually make it start to run all the tests? That is, 
is there a way to make it start running without someone having to manually 
click the Run All Tests button in the TestRunner?

Any tips much appreciated.

Thanks.

Cheers,
Jet
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] Scheduler

2007-06-08 Thread Charley Baker

You might want to ask this on the Selenium forum.

On 6/8/07, Jet Liu [EMAIL PROTECTED] wrote:


Hi,
When I set up my schedule using something like

C:\Program Files\Mozilla Firefox\firefox.exe -chrome
chrome://selenium-ide/content/selenium/TestRunner.html?baseURL=
http://www.xyz.comtest=file:///C:\Documents%20and%20Settings\Test%20User\Desktop\Selenium\us/testsuite.html;
-height 750 -width 1100

My question is, how do I actually make it start to run all the tests? That
is, is there a way to make it start running without someone having to
manually click the Run All Tests button in the TestRunner?

Any tips much appreciated.

Thanks.

Cheers,
Jet
___
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

[Wtr-general] Scheduler

2007-03-27 Thread Naga Harish Kanegolla
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?? 

Thanks in Advance,
Harish
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] Scheduler

2007-03-27 Thread Richard Conroy
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


Re: [Wtr-general] Scheduler

2007-03-27 Thread Adam Reed
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


Re: [Wtr-general] Scheduler

2007-03-27 Thread sathees
schedule it under windows scheduler!
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general