w0rm / gulp-svgstore

Combine svg files into one with symbol elements
https://www.npmjs.com/package/gulp-svgstore
646 stars 33 forks source link

Faster screenshot tests #53

Closed w0rm closed 9 years ago

w0rm commented 9 years ago

Replace graphicsmagick dependency with pixelmatch to improve testing time.

w0rm commented 9 years ago

Turns out it is possible to only compare toString of the screenshots data, so I'm getting rid of png processing and image comparison.