Socket
Book a DemoInstallSign in
Socket

galenframework-cli

Package Overview
Dependencies
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

galenframework-cli

Just the node wrapper for the Galen Framework.

latest
Source
npmnpm
Version
2.4.4-build43
Version published
Maintainers
1
Created
Source

Galenframework CLI

License npm version Dependency Status devDependency Status Coverage Status

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

The command line tool to use Galen. This includes the wrapper above and webdriver downloads for different browsers NPM

Feel free to donate

Click here to lend your support to: NPM packages and make a donation at pledgie.com ! Or donate Bitcoins: Bitcoin

Also via greenaddress

Installation

You must have Java 6+ installed.

(sudo) npm install -g galenframework-cli

Or the develop build, which maybe not be stable

(sudo) npm install -g galenframework-cli@next

If you want to enable tab completion on Linux, run

galen completion >> /./.bashrc or galen completion >> /./.zshrc

On Mac OS X, run

galen completion >> /./.profile

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

Advanced Usage

Debugging

If you need to debug the tests use the node-inspector:

NODE_DEBUG=galen node --debug-brk node_modules/galenframework-cli/bin/galen
node-inspector --web-port=8282

You can then open chrome at http://127.0.0.1:8282/?port=5858 for debugging.

If you want to have verbose logging add NODE_DEBUG=galen:

NODE_DEBUG=galen node --debug-brk node_modules/galenframework-cli/bin/galen

Author

Martin Reinhardt

Martin Reinhardt

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

Keywords

galen

FAQs

Package last updated on 20 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts