Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lesfurets/zeno-pixel

Pixel monitoring tool
https://github.com/lesfurets/zeno-pixel

Last synced: about 2 months ago
JSON representation

Pixel monitoring tool

Awesome Lists containing this project

README

        

#ZENO

[![Build Status](https://travis-ci.org/lesfurets/zeno-pixel.svg?branch=master)](https://travis-ci.org/lesfurets/zeno-pixel)

Improve your Continuous Delivery workflow by automating visual/css regression detection.
Zeno is a [NodeJS](http://nodejs.org) application able to take screenshots and compare them with a previous version or another environment.

Using [PhantomJS](http://phantomjs.org/) or [SlimerJS](http://slimerjs.org/), Zeno has the ability to emulate the mobile or tablet version of a website

See the [Getting started guide](https://github.com/lesfurets/zeno-pixel/blob/master/docs/getting-started.md) to have further explanations on how to use Zeno.

## Requirements

* [NodeJS](http://nodejs.org)
* [Imagemagick](http://www.imagemagick.org/)

And if you need custom build:
* [PhantomJS 2.0+](http://phantomjs.org/)
* [SlimerJS](http://slimerjs.org/)

## Installation

if the [prerequistes](https://github.com/lesfurets/zeno-pixel/blob/master/docs/getting-started.md#setup) are completed, just do:

npm install

To start zeno

node zenoServer.js

To have more details about usage, see [USAGE](https://github.com/lesfurets/zeno-pixel/blob/master/docs/getting-started.md#usage) section

Zeno has never been tested on windows and probably don't work.

## Todo

see [TODO](https://github.com/lesfurets/zeno-pixel/blob/master/docs/getting-started.md#todo) section

## License

see [LICENSE](https://github.com/lesfurets/zeno-pixel/blob/master/LICENSE) file

## Changelog

## 1.0

- Welcome Open Source World