Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lesfurets/zeno-pixel
- Owner: lesfurets
- License: agpl-3.0
- Created: 2015-02-26T16:58:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-16T19:50:37.000Z (over 7 years ago)
- Last Synced: 2024-04-14T06:35:51.978Z (9 months ago)
- Language: JavaScript
- Size: 747 KB
- Stars: 41
- Watchers: 27
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 websiteSee 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