Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codechecks/vis-reg


https://github.com/codechecks/vis-reg

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        


Visual Regression


Visual Regression on GitHub


Build Status
Software License
codechecks.io

## Install

```sh
npm install --save-dev @codechecks/vis-reg
```

## Usage

Are you new to codechecks? Check out
[getting started guide (it's simple)](https://github.com/codechecks/docs/blob/master/getting-started.md)!

Add to your `codechecks.yml` file:

```yml
checks:
- name: vis-reg
options:
collectionName: "E2E" # arbitrary name, for example: e2e, storybook
imagesPath: "./images/" # path when current images are stored
# ...
```

## API

## Contributing

All contributions are welcomed. Read more in [CONTRIBUTING.md](./CONTRIBUTING.md)

## Licence

MIT @ [codechecks.io](https://codechecks.io)