Okay,

I started converting my scripts over to Cucumber.  Though I noticed that 
the version of jruby on the vm is 1.7.2 and won't execute the scripts.  Has 
anyone run into problems with watir-webdriver scripts running with jruby 
1.7.2?
We are running the script against Firefox on that Windows 8 VM.

Here is the commands:

set PATH=%PATH%;"C:\Program Files\jruby-1.7.2\bin\"
IF NOT EXIST reports ( mkdir reports ) ELSE ( del /s /F /Q reports\* )
copy "C:\Cucumber Data\test_config.yml" features\support\test_config.yml
copy "C:\Cucumber Data\config.engage.properties" 
C:\usr\local\explorys\config\config.engage.properties
cucumber features\measure -p all_releases --format html --out 
reports\cucumber_results.html --format pretty --format json -o 
reports\cucumber_results.json --format junit -o reports


On Wednesday, March 6, 2013 1:27:27 PM UTC-5, Chuck van der Linden wrote:
>
> I would also look at which browser their scripts are using, etc.  There 
> might be some difference there.
>
> Also look to the details of the jenkins commands that execute their 
> scripts, if they are perhaps running as administrator, etc.
>
> On Wednesday, March 6, 2013 5:15:52 AM UTC-8, Joe Fl wrote:
>>
>> At this point looks like I will need to do that. 
>> The difference is theirs is write as cucumber script mine is not. 
>> Both use watir just the structure/architecture is different. 
>>
>> Thank you for your help Željko. 
>>
>> Joe 
>>
>> On Wed, Mar 6, 2013 at 7:15 AM, Željko Filipin <[email protected]> 
>> wrote: 
>> > On Wed, Mar 6, 2013 at 1:13 PM, Joe Fleck <[email protected]> wrote: 
>> >> 
>> >> They are using watir to drive the scripts. 
>> > 
>> > 
>> > Why can't you use their setup? What is different in your setup? 
>> > 
>> > Željko 
>> > 
>> > -- 
>> > -- 
>> > Before posting, please read http://watir.com/support. In short: search 
>> > before you ask, be nice. 
>> > 
>> > [email protected] 
>> > http://groups.google.com/group/watir-general 
>> > [email protected] 
>> > 
>> > --- 
>> > You received this message because you are subscribed to the Google 
>> Groups 
>> > "Watir General" group. 
>> > To unsubscribe from this group and stop receiving emails from it, send 
>> an 
>> > email to [email protected]. 
>> > For more options, visit https://groups.google.com/groups/opt_out. 
>> > 
>> > 
>>
>

-- 
-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

--- 
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to