thinker3197 / progressively

A JavaScript library to load images progressively 🌇
https://thinker3197.github.io/progressively
MIT License
698 stars 68 forks source link

Write tests (visual, unit and cross-browser) #16

Open thiamsantos opened 7 years ago

thiamsantos commented 7 years ago

I was thinking in use Karma along with mocha, assert and PhantomJS.

Cross-browser can be powered by Sauce Labs through karma-sauce-launcher.

And the visual test can be basically a living example (just like the one on demo page) with live reloading. This can be made using Browsersync.