Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.61 KB

README.MD

File metadata and controls

37 lines (20 loc) · 1.61 KB

Galenframework Core

Galen allows automated testing of look and feel for your responsive websites.

Just the node wrapper for Galen.

License npm version

NPM

Dependency Status devDependency StatusCoverage Status

If you want to install Galen as CLI command install the CLI-module

Installation

You must have Java 6+ installed.

(sudo) npm install -g galenframework

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

Martin Reinhardt

Martin Reinhardt

Thanks for Obvious and their PhantomJS project for heavy inspiration! Check their project on Github.