On Mon, Mar 06, 2006 at 02:50:17PM +0000, Mark Stosberg wrote:
> I've got a test suite built with Selenium, but I would like to the
> output in TAP to centralize the reporting, perhaps using Smolder once I
> Smolder installed. 

Great idea.  I just looked at Smolder and it seems awesome.  I'm
excited about hooking this stuff up to it.

> It appears that Test::WWW::Selenium wants all the tests to be rewritten in
> Perl. 

It does.

> Is there a simple way to get TAP output starting with a Selenium test
> suite, or is some rewrite/conversion process needed first? 

I just added a script to Test-WWW-Selenium (the creatively titled
script/convert-wiki-to-perl.pl) that will read your .wiki file and
then create a perl test script using Test::WWW::Selenium.

The test script tries to launch a browser on your box and point it at
your selenium install.  You'll need to setup /selenium on your AUT and
have /selenium/driver a CGI script to handle the driven mode requests.
(See script/driver.cgi for an example).

Give it a try and send me your feedback.

Cheers,
Luke

-- 
Luke Closs
PureMessage Developer 
There is always time to juggle in the Sophos Zone.

Reply via email to