0.2.0 • Published 7 years ago

linden v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Linden

Build Status Coverage Status NPM version Gitter chat

Visual regression made easy.

What is linden?

Linden is a visual regression tool made for you, so you can catch visual bugs early.

It is easy to use, easy to configure and it will be easy to integrate to any build system.

How to use

  • Install it globally npm install -g linden
  • Create a configuration in the desired folder linden init or manually linden.json (you can name it to anything)
  • Add your stuff to the configuration file (ex.) (configuration guide):
{
    "dir": "./linden",
    "cases": [
        {
            "name": "chrisakakay-m",
            "url": "http://chrisakakay.github.io",
            "viewport": { "width": 900, "height": 768 }
        }
    ]
}
  • Run linden with linden run my_config.json or just simply run the default config with linden
  • Report will be generated with screenshots COMING SOON

How to contribute

If you want to contribute or just use the lates unreleased version, check out the contributing guide!

Feel free to contact us if you need some help!