Skip to content

hypery2k/galenframework-cli

Repository files navigation

Galenframework commandline helpers

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

Build Status Build status License Code Climate Coverage Status

The core module is just the node wrapper (NodeJS 8+) for Galen and can be used within CI environments

Known Vulnerabilities

The cli module is a command line module (NodeJS 8+) for Galen. This includes the core above and webdriver downloads for different browsers. You can also use the docker image for easier setup.

Known Vulnerabilities Docker Build Status

Donation

Feel free to donate via Paypal or Bitcoins : bitcoin:3NKtxw1SRYgess5ev4Ri54GekoAgkR213D

Bitcoin Also via greenaddress

Docker

Usage

docker run -v $(pwd)/galenframework-cli/core/test/:/var/test_scripts galenframework/cli galen test /var/test_scripts/...

Troubleshooting

npm install throws "cannot access parent directories: Permission denied":

npm config set user 0
npm config set unsafe-perm true