Re: automated web testing with selenium

2005-11-29 Thread Mattia Barbon \<[EMAIL PROTECTED]>
> On 2005-11-02, Luke Closs <[EMAIL PROTECTED]> wrote: > > > > Also, yesterday Test::WWW::Selenium was uploaded to CPAN, so Selenium > > can now be driven by perl! > > Test::WWW::Selenium seems interesting, but I could use an example it > would be useful to use, versus the standard techniques. I

Extra Tests for Test::Run (and evidently Test::Harness)

2005-11-29 Thread Shlomi Fish
Hi all! These are some extra test files that I added to Test::Run, and possibly could be integrated into Test::Harness after some modification: t/output.t: #!/usr/bin/perl -w BEGIN { if( $ENV{PERL_CORE} ) { chdir 't'; @INC = ('../lib', 'lib'); } els

Test::Run Output with a Coloured Summary Line

2005-11-29 Thread Shlomi Fish
Check: http://www.flickr.com/photos/[EMAIL PROTECTED]/68430623/ This was done by using Test::Run::CmdLine's runprove (a yet-incomplete equivalent of Test::Harness' prove) and the Test::Run::CmdLine::Drivers::ColorSummary driver that is in fact a sub-class of Test::Run, my fork of Test::Harness

Re: Test::Run Output with a Coloured Summary Line

2005-11-29 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Tuesday 29 November 2005 23:28, Shlomi Fish wrote: > Check: > > http://www.flickr.com/photos/[EMAIL PROTECTED]/68430623/ > > This was done by using Test::Run::CmdLine's runprove (a yet-incomplete > equivalent of Test::Harness' prove) and the > Test::Run

Re: Test::Run Output with a Coloured Summary Line

2005-11-29 Thread Shlomi Fish
Hi Tels! (and all) On Wednesday 30 November 2005 00:49, Tels wrote: > Moin, > > On Tuesday 29 November 2005 23:28, Shlomi Fish wrote: > > Check: > > > > http://www.flickr.com/photos/[EMAIL PROTECTED]/68430623/ > > > > This was done by using Test::Run::CmdLine's runprove (a yet-incomplete > > equiv