Consider integrating visual regression testing
Created by: cvrebert
Via e.g.
- https://github.com/bfirsh/needle (uses Selenium)
- https://github.com/facebook/huxley (uses Selenium, image diff-er might need work)
- http://crossbrowsertesting.com (many browsers, $27/month on yearly plan)
https://github.com/Huddle/PhantomCSS (Firefox + Chrome, uses PhantomJS, supposedly supports screen width tests)https://github.com/bbc-news/wraith (Firefox + Chrome, uses PhantomJS, supports screen width tests)http://browsershots.org (not fully automated, uses Selenium)https://npmjs.org/package/grunt-photobox (Chrome, uses PhantomJS, supports screen width testing)https://github.com/cburgmer/csscritic (Chrome, uses PhantomJS)https://github.com/bslatkin/dpxdthttps://github.com/garris/BackstopJS
For storing the images, http://git-annex.branchable.com/special_remotes/ ?
For visual diff inspection, http://huddle.github.io/Resemble.js/ ?