/regression-watcher

Watch for changes, send request to regression server, display results

Primary LanguageJavaScript

Changes watcher for regression server

Anybar feedback

Watches a file or folder (typically the CSS files), notifies the regression server, and displays the results in the terminal.

Usage

$ node src/index watch=[path/to/your/CSS.file] server=[adress of regression server]

Needs two paramters, otherwise the app won't start

watch=[path] : the file path to your folder or file relative to your (os.home) home directory

server=[server address] the address of your regression server (localhost, etc)

Work in progress, roadmap

So this is a very minimal implementation, with the most basic feedback display (in the terminal).

Add Anybar display

I'm planning to some day connect this to Anybar to have the results displayed in Mac OS menubar.

Web display

Display the results in a webpage, and show the diffs as image. It would display the reference capture overlayed with the latest capture.