galen

Automated testing tool for responsive website layouts and appearance

brewmacoslinux
Try with needOr install directly
Source

About

Automated testing of look and feel for responsive websites

Commands

galen

Examples

Run Galen tests on a specific test file$ galen test tests/homepage.test --htmlreport report
Check layout of a webpage against a spec file$ galen check specs/homepage.gspec --url http://example.com --size 1024x768
Run all tests in a directory with parallel execution$ galen test tests/ --parallel-tests 4 --htmlreport results