On Mon, 07 Jun 2010 17:37:49 -0700, Michelle Knight wrote: > Hi, > > > I am following up on a thread from May 27th where there is a bug in run > Selenium Tests. I was wondering if the fix for Run Selenium Tests is > available in Revision 67575 found at > http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/ PagedTiffHandler/tests/ > <http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/ PagedTiffHandler/tests/%20>. > In the meantime I will keep all the local configuration data in the > RunSeleniumTests as instructed.* *I was about to copy and paste the php > tests in Selenium IDE to see what would happen and if I could run from > there. > > Michelle Knight > > > ------------------------------------------------------------------------------------------------ > Message: 6 > Date: Thu, 27 May 2010 17:47:48 +0000 (UTC) From: Dan Nessett > <[email protected]> Subject: Re: [Wikitech-l] Selenium testing > framework- Firefox browsers > compatible > To: [email protected] > Message-ID: <[email protected]> Content-Type: text/plain; > charset=UTF-8 > > On Wed, 26 May 2010 17:11:33 -0700, Michelle Knight wrote: > >> Hi Dan, >> >> There is a list of browsers compatible with Selenium (See >> http://seleniumhq.org/about/<http://seleniumhq.org/about/ platforms.html#browsers> > platforms.html#browsers<http://seleniumhq.org/about/ platforms.html#browsers>). > The page states >> that Selenium works with Firefox 2+ when a Linux OS is used (I think >> Ubuntu would fall under this category ). >> >> I am using Firefox 3.5.9 on Ubuntu 9.10 . I have been finishing >> another >> project (my grandfather visited me in Oregon from Ohio) and have not >> played with the at the Selenium Framework since May 14th. I will let >> you know if I see the error messages. >> >> Michelle Knight >> >> >> >> Message: 5 >> Date: Tue, 18 May 2010 17:44:03 +0000 (UTC) From: Dan Nessett >> <[email protected]> Subject: Re: [Wikitech-l] Selenium testing >> framework To: [email protected] Message-ID: >> <[email protected]> Content-Type: text/plain; charset=UTF-8 >> >> On Tue, 18 May 2010 19:27:38 +0200, Markus Glaser wrote: >> >>> Hi Dan, >>> >>> I had these error messages once when I used Firefox 3.6 for testing. >>> Until recently, Selenium did not support this browser. Apparently now >>> they do, but I did not have a chance to test this yet. So the solution >>> for me was to point Selenium to a Firefox 3.5. >>> >>> Cheers, >>> Markus >> >> My OS is Ubuntu 8.04. The version of Firefox is 3.0.19. Since Ubuntu >> automatically updates versions of its software, I assume this is the >> most up-to-date. >> >> Is there a list of browser versions compatible with selenium? > > *Thanks for the pointer to the list, Michelle. As it turned out there > was bug in RunSeleniumTests that accessed global data before > LocalSeleniumSettings was included. Markus has fixed this problem and is > testing it before checking it in to the repository. Before this fix is > available, you should put all your local configuration data in > RunSeleniumTests. > > Regards, > > Dan* > > -- > -- Dan Nessett > Regards, > > Dan
Hi Michelle, Yes, r67575 should have the fix that allows you to put configuration data in LocalSeleniumSettings. Also, it has a bug fix (integrated at r67572) that supports login for MW versions < 1.15.2. Regards, Dan Nessett -- -- Dan Nessett _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
