/zeno-pixel

Pixel monitoring tool

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

#ZENO

Build Status

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.

Requirements

And if you need custom build:

Installation

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.

Todo

see TODO section

License

see LICENSE file

Changelog

1.0

  • Welcome Open Source World