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
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.