galen

Automated visual regression testing for responsive websites.

brewmacoslinux
Try with needOr install directly
Source

About

Automated testing of look and feel for responsive websites

Commands

galen

Examples

test website layout on different screen sizes$ galen test specs/homepage.spec --htmlreport reports/homepage
check if web page matches design on mobile device$ galen check specs/mobile.spec --size 375x667
run visual tests and generate HTML report$ galen test specs/ --htmlreport test-results
validate responsive layout across multiple breakpoints$ galen test specs/responsive.spec --properties properties.conf
take screenshot and verify element positions on page$ galen check specs/layout.spec http://example.com --screenshot screenshots/