
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
galenframework-cli
Advanced tools
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
Feel free to donate
![]()
Or donate Bitcoins:
Also via greenaddress
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
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
Thanks for Obvious and their PhantomJS project for heavy inspiration! Check their project on Github.
FAQs
Just the node wrapper for the Galen Framework.
We found that galenframework-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.