Re: [Wtr-general] FireWatir doesn't ignore if it doesn't exists but

2007-05-28 Thread Eoin
You were indeed correct Bret. They have fixed the issue now and will be available in the next firewatir gem or from source if needed quickly More detauis here: [Firewatir Bug #28|http://code.google.com/p/firewatir/issues/detail?id=28can=4q=] ___

Re: [Wtr-general] Watir unit tests

2007-05-15 Thread Eoin
Decided to install the latest gem 1.5.1.1166 since the one click installer seems to be a good bit out of date Still get failures/errors when I run the all_tests.rb script in the unittests area. However when I run the scripts that are failing individually they seem to run fine. Is this an

Re: [Wtr-general] Watir unit tests

2007-05-15 Thread Eoin
Thanks Bret.That's fine ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] Watir unit tests

2007-05-14 Thread Eoin
I have installed the Windows installer for Watir 1.4.1 I ran the unit tests and a lot of them failed. Are these bugs in Watir or is it something wrong with my environment?

[Wtr-general] FireWatir doesn't ignore if it doesn't exists but Watir does

2007-05-04 Thread Eoin
Hi Folks, I have scripts that use authentication. So when I start my first test, it goes to a login page and once I click the login button, my test runs. Subsequent tests runs without going to the login page as I'm now authorished to run the rest of the scripts. So in my code if the login

Re: [Wtr-general] How to incorporate my Watir script into Nunit

2007-04-25 Thread Eoin
Bret, I've looked at that link allright Bret but haven't got it working yet. The reason I'm trying to integrate Watir with Nunit is that my project team use Nunit to run unit tests for the data acccess layer of our .NET project. Therefore it was decided it was best to try and run our web app

[Wtr-general] How to incorporate my Watir script into Nunit

2007-04-24 Thread Eoin
Hi, I've Watir,Ruby,Nunit up and running. I've a Watir script that runs ok standalone so now I want to incorporate it into Nunit. *WatirTest.rb* require 'watir' require 'test/unit' require 'test/unit/assertions' include Watir class WatirTest Test::Unit::TestCase def setup