Test::WWW::Selenium::Catalyst

Test::WWW::Selenium::Catalyst is a Perl module to test your Catalyst application with Selenium.
Download

Test::WWW::Selenium::Catalyst Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jonathan Rockway
  • Publisher web site:
  • http://search.cpan.org/~jrockway/

Test::WWW::Selenium::Catalyst Tags


Test::WWW::Selenium::Catalyst Description

Test::WWW::Selenium::Catalyst is a Perl module to test your Catalyst application with Selenium. Test::WWW::Selenium::Catalyst is a Perl module to test your Catalyst application with Selenium.This is still a test release. It's working for me in production, but it depends on a Java application (SeleniumRC), which can be unreliable. On my Debian system, I had to put firefox-bin in my path, and add /usr/lib/firefox to LD_LIBRARY_PATH. Every distro and OS is different, so I'd like some feedback on how this works on your system. I would like to find a clean solution that lets this module "Just Work" for everyone, but I have a feeling that it's going to look more like if(gentoo){ ... } elsif (debian) { ... } and so on. I can live with that, but I need your help to get to that stage!Please report any problems to RT, the Catalyst mailing list, or the #catalyst IRC channel on irc.perl.org. Thanks!SYNOPSIS use Test::WWW::Selenium::Catalyst 'MyApp'; use Test::More tests => 2; my $sel = Test::WWW::Selenium::Catalyst->start; $sel->open_ok('/'); $sel->is_text_present_ok('Welcome to MyApp');This module starts the SeleniumRC server and your Catalyst app so that you can test it with SeleniumRC. Once you've called Test::WWW::Selenium::Catalyst->start, everything is just like Test::WWW::Selenium. Requirements: · Perl


Test::WWW::Selenium::Catalyst Related Software