Re: [wtr-general] watir/ruby in Jenkins

2012-07-21 Thread Bill Agee
On Fri, Jul 20, 2012 at 1:24 PM, Ry wrote: > I just wanted to thank everyone. I did come across and used your article at > some point Zeljko, very well written and informative. I was able to learn a > few things from it. > > Bill's comment got me to my goal though, I was using window's service. I

Re: [wtr-general] watir/ruby in Jenkins

2012-07-20 Thread Ry
I just wanted to thank everyone. I did come across and used your article at some point Zeljko, very well written and informative. I was able to learn a few things from it. Bill's comment got me to my goal though, I was using window's service. I stopped that and have generated Jenkins through

Re: [wtr-general] watir/ruby in Jenkins

2012-07-18 Thread Željko Filipin
On Tue, Jul 17, 2012 at 4:06 PM, Ry wrote: > Just double checked and yes the script works when launching from desktop, Ruby bash, or Windows bash. I guess I was not explicit. Are you saying watir 3.0.rc was running fine from Jenkins, and watir 3.0 does not? I had some fun with Jenkins on Windows

Re: [wtr-general] watir/ruby in Jenkins

2012-07-17 Thread Bill Agee
On Tue, Jul 17, 2012 at 9:34 AM, Ry wrote: > Thank you so much for that information.. > > I am already reading into the wiki links you attached. > > I wonder though if there is a better product to run automation with Watir in > a windows enviroment than Jenkins? > > or just better to go with Linux

Re: [wtr-general] watir/ruby in Jenkins

2012-07-17 Thread Ry
Thank you so much for that information.. I am already reading into the wiki links you attached. I wonder though if there is a better product to run automation with Watir in a windows enviroment than Jenkins? or just better to go with Linux and run headless? On Tuesday, July 17, 2012 8:18:

Re: [wtr-general] watir/ruby in Jenkins

2012-07-17 Thread Bill Agee
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/rautomation-0.7.2/lib/rautomation/window.rb:226:in > `rescue in wait_until_present': Window with locator {:index=>0, > :hwnd=>262394} doesn't exist or is not visible! > (RAutomation::UnknownWindowException) Since the exception seems to be in a part of the test

Re: [wtr-general] watir/ruby in Jenkins

2012-07-17 Thread Ry
On Tuesday, July 17, 2012 12:48:28 AM UTC-7, Željko Filipin wrote: > > On Tue, Jul 17, 2012 at 3:29 AM, Ry wrote: > > Yes I was previously on Watir 3.0 r3 > > Just double checked and yes the script works when launching from desktop, Ruby bash, or Windows bash. > Does the script work fine with

Re: [wtr-general] watir/ruby in Jenkins

2012-07-17 Thread Željko Filipin
On Tue, Jul 17, 2012 at 3:29 AM, Ry wrote: > Yes I was previously on Watir 3.0 r3 Does the script work fine with that Watir version? Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.c

Re: [wtr-general] watir/ruby in Jenkins

2012-07-16 Thread Ry
Yes I was previously on Watir 3.0 r3 I found some articles relating to .net and I had done a .net 4.0 install that day. I uninstalled all that and rebooted. I did a rebuild and new error in log relating to not seeing my content basically. Is there a trick to getting the browser to launch with

Re: [wtr-general] watir/ruby in Jenkins

2012-07-14 Thread Željko Filipin
On Fri, Jul 13, 2012 at 10:32 PM, Ry wrote: > I just updated my watir to latest, but script is failing in jenkins build. Please provide the code that causes the error message. From what version of watir did you upgrade to 3.0? You can uninstall old versions of watir gem with "gem cleanup" (withou

Re: [wtr-general] watir/ruby in Jenkins

2012-07-13 Thread John Fitisoff
32 PM Subject: [wtr-general] watir/ruby in Jenkins I just updated my watir to latest, but script is failing in jenkins build. the log looks like its still trying to use classic watir and rautomation 0.7.2? is that right? do I need to do something to force my script to use the newest watir 3.0.0?

[wtr-general] watir/ruby in Jenkins

2012-07-13 Thread Ry
I just updated my watir to latest, but script is failing in jenkins build. the log looks like its still trying to use classic watir and rautomation 0.7.2? is that right? do I need to do something to force my script to use the newest watir 3.0.0? *https://gist.github.com/3107219*