It occurred to me that on OS X at least, Selenium works fine on FF 2
(2.0.0.14 is what I have). I do remember problems with FF 3 beta.
There *is* an Selenium-RC 1.0 beta out now. Haven't checked whether it
fixes the FF3 compatibility issue. The one we are using (now) is
Selenium-RC 0.92.
On Jun 12, 2008, at 1:45 AM, Andrew Jaquith wrote:
Hmm.. did you try it from the command line?
On Jun 12, 2008, at 12:56 AM, Janne Jalkanen wrote:
On Jun 12, 2008, at 10:37 , Janne Jalkanen wrote:
Just checked in a class called TestContainer that embeds a Jetty
webapp container. I wrote it to automate web unit testing so that
it doesn't require a separate Tomcat server.
Awesome, thanks :-)
However, the tests hang on me when I run "ant webtests".
Apparently, it's not quite OOB... What are the needed prerequisites?
/Janne