#ZENO
Improve your Continuous Delivery workflow by automating visual/css regression detection.
Zeno is a NodeJS application able to take screenshots and compare them with a previous version or another environment.
Using PhantomJS or SlimerJS, Zeno has the ability to emulate the mobile or tablet version of a website
See the Getting started guide to have further explanations on how to use Zeno.
And if you need custom build:
if the prerequistes are completed, just do:
npm install
To start zeno
node zenoServer.js
To have more details about usage, see USAGE section
Zeno has never been tested on windows and probably don't work.
see TODO section
see LICENSE file
- Welcome Open Source World