Hello, So I'm now using and liking Selenium after several recommendations from this list. I'm interested to know how other people integrate it with a traditional perl test suite. It seems like there are two possibilities:
http://selenium.thoughtworks.com/ 1. Use "prove" as the primary test suite runner, and write some glue to have Selenium return results in the standard TAP format. 2. Use Selenium as the primary test suite running, and have a CGI script that runs the Perl tests and returns the results to a web page, which Selenium then checks, at least for basic failure/success. Before I try to rig up either, is there a standard solution? I see Test::WWW::Selenium, but I can't see how it would work, since my test suites all run on headless servers with no JavaScript-enabled browsers installed. http://search.cpan.org/~mbarbon/Test-WWW-Selenium-0.01/lib/Test/WWW/Selenium.pm Mark