Package: wnpp Severity: wishlist Owner: Hideki Yamane <[email protected]>
* Package name : libselenium-remote-driver-perl Version : 1.00 Upstream Author : Aditya Ivaturi <[email protected]>, Daniel Gempesaw <[email protected]>, Emmanuel Peroumalnaïk <[email protected]>, Luke Closs <[email protected]>, Mark Stosberg <[email protected]> * URL : https://metacpan.org/release/Selenium-Remote-Driver * License : Apache-2.0 Programming Lang: Perl Description : Perl Client for Selenium Remote Driver A setup class for all the repetitive things we need to do before running tests. First, we're deciding whether the test is in record or replay mode. If we're recording, we'll end up writing all the HTTP request/response pairs out to /mock_file. If we're replaying, we'll look for our OS-appropriate mock_file and try to read from it. . After we figure that out, we can instantiate our Mock::RemoteConnection with the proper constructor arguments and return that as our base_args for use in the tests! Finally, on destruction, if we're recording, we make sure to dump out all of the request/response pairs to the mock_file. I'll put this package into Debian repository to introduce openQA (http://open.qa/)

