linden
v0.2.0
Published
Visual regression tool
Downloads
12
Readme
Linden
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 manuallylinden.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 withlinden
- 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!