hanging shutDown to shutDownSeleniumServer because Selenium RC 1.0 uses the latter
[catagits/Test-WWW-Selenium-Catalyst.git] / README
CommitLineData
4f6d213e 1Test-WWW-Selenium-Catalyst
2
3Use Selenium to test your Catalyst application
4
5INSTALLATION
6
7To install this module, run the following commands:
8
9 perl Makefile.PL
10 make
11 make test
12 make install
13
14
15SUPPORT AND DOCUMENTATION
16
17After installing, you can find documentation for this module with the perldoc command.
18
19 perldoc Test::WWW::Selenium::Catalyst
20
21You can also look for information at:
22
23 Search CPAN
24 http://search.cpan.org/dist/Test-WWW-Selenium-Catalyst
25
26 CPAN Request Tracker:
27 http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-WWW-Selenium-Catalyst
28
29 AnnoCPAN, annotated CPAN documentation:
30 http://annocpan.org/dist/Test-WWW-Selenium-Catalyst
31
32 CPAN Ratings:
33 http://cpanratings.perl.org/d/Test-WWW-Selenium-Catalyst
34
35COPYRIGHT AND LICENCE
36
0744bdf6 37Copyright (C) 2009 Ash Berlin
38
4f6d213e 39Copyright (C) 2006 Jonathan Rockway
40
41This program is free software; you can redistribute it and/or modify it
42under the same terms as Perl itself.