Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmolik/test-lithium
TAP interface for selenium / webdriver testing
https://github.com/dmolik/test-lithium
Last synced: about 15 hours ago
JSON representation
TAP interface for selenium / webdriver testing
- Host: GitHub
- URL: https://github.com/dmolik/test-lithium
- Owner: dmolik
- License: gpl-3.0
- Created: 2015-02-11T21:30:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-12T17:55:33.000Z (over 9 years ago)
- Last Synced: 2024-04-20T00:29:19.592Z (7 months ago)
- Language: Perl
- Size: 164 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Test::Lithium
=============Test::Lithium is a TAP (Test Anywhere Compatible) interface that wraps Lithium::WebDriver,
providing a testing enviroment to do full-stack and UI testing by means of Selenium2 / WebDriver /
JSON Wire Protocol standards.INSTALLATION
------------To install this module, run the following commands:
perl Makefile.PL
make
make test
make installSUPPORT AND DOCUMENTATION
-------------------------After installing, you can find documentation for this module with the
perldoc command.perldoc Test::Lithium
COPYRIGHT AND LICENCE
---------------------Copyright (C) 2015
Geoff Franks, James Hunt & Dan Molik
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.See http://dev.perl.org/licenses/ for more information.