galenframework
v2.4.4-build43
Published
The command line tool to use the Galen Framework. This includes the wrapper above and webdriver downloads for different browsers
Downloads
1,163
Maintainers
Readme
Galenframework Core
Galen allows automated testing of look and feel for your responsive websites.
Just the node wrapper for Galen.
If you want to install Galen as CLI command install the CLI-module
Feel free to donate
Or donate Bitcoins:
Also via greenaddress
Installation
You must have Java 6+ installed.
(sudo) npm install -g galenframework
Or the develop build, which maybe not be stable
(sudo) npm install -g galenframework@next
In case of errors within Ubuntu/Debian, e.g.
sh: 1: node: not find
Then you need to install nodejs-legacy:
(sudo) apt-get install nodejs-legacy
Author
Thanks for Obvious and their PhantomJS project for heavy inspiration! Check their project on Github.