X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FTest%2FWWW%2FSelenium%2FCatalyst.pm;h=071e42772bbe49b83c3aa8c894e7c9e70fa96090;hb=ab8ae98c36d0517cddb19c6e1b3bdfecab5ebcf7;hp=3c9cc158608603745929524ca5ca699bda1ecb91;hpb=6f5e1cbe9f987c3f5ddee5db226a1d1b29f94de0;p=catagits%2FTest-WWW-Selenium-Catalyst.git diff --git a/lib/Test/WWW/Selenium/Catalyst.pm b/lib/Test/WWW/Selenium/Catalyst.pm index 3c9cc15..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.05'; +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