http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14495

--- Comment #1 from Olli-Antti Kivilahti <[email protected]> ---
Created attachment 40803
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40803&action=edit
Bug 14495 - WebDriver/WebTester Factory for easy generation of Web testing
UserAgents.

Because life is short, getting test web drivers must be easy.

    use t::lib::WebDriverFactory;
    my ($firefox) = t::lib::WebDriverFactory::getUserAgentDrivers('firefox');

In Ubuntu 14.04, Selenium no longer requires a stand-alone testing Server, so
running integration tests is much much more fun!

This factory encapsulates all the boring bits about getting a web driver to
mimic
user behaviour in the GUI. And makes it super easy to get a test driver for any
testing type environment.

Adds support for Test::Mojo and Selenium,
see t::lib::WebDriverFactory for installation and usage instructions.

run t::lib::webDriverFactory.t to see your configured capabilities.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to