From: Daniel Austin Date: Sun, 13 Sep 2009 13:57:22 +0000 (+1000) Subject: Fixing version and (very) minor doco change X-Git-Tag: 0.07~9^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ab8ae98c36d0517cddb19c6e1b3bdfecab5ebcf7;p=catagits%2FTest-WWW-Selenium-Catalyst.git Fixing version and (very) minor doco change --- diff --git a/Changes b/Changes index 948506b..7b8366e 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,12 @@ Revision history for Test-WWW-Selenium-Catalyst -0.06 - 2009/09/10 +0.07 - 2009/09/10 - Switch shutDown to shutDownSeleniumServer, which is present in all versions of SeleniumRC but is the only shut down command that works from 1.0 on. +0.06 - 2009/08/26 + - Support for external selnium servers (RT 33214) + 0.05 - 2009/03/07 - Use IPC::Cmd::can_run in tests to not have so many spurious failues due to no smoke rigs having java installed diff --git a/lib/Test/WWW/Selenium/Catalyst.pm b/lib/Test/WWW/Selenium/Catalyst.pm index 9b17e2f..071e427 100644 --- a/lib/Test/WWW/Selenium/Catalyst.pm +++ b/lib/Test/WWW/Selenium/Catalyst.pm @@ -24,7 +24,7 @@ Test::WWW::Selenium::Catalyst - Test your Catalyst application with Selenium =cut -our $VERSION = '0.06'; +our $VERSION = '0.07'; =head1 DEVELOPERISH RELEASE @@ -102,13 +102,13 @@ and it's killed when your test exits. If wish to manage a selenium server yourself, (for instance you wish to start up a server once and run a number of tests against it) pass C<-no_selenium_server> to import: - use Test::WWW::Selenium 'MyApp' + use Test::WWW::Selenium 'MyApp', -no_selenium_server => 1 Along a similar vein you can also pass command line arguments to the selenium server via C<-selenium_args>: - use Test::WWW::Selenium 'MyApp' + use Test::WWW::Selenium 'MyApp', -selenium_args => "-singleWindow -port 4445" =head2 sel_pid