https://github.com/codechecks/vis-reg-storybook
https://github.com/codechecks/vis-reg-storybook
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codechecks/vis-reg-storybook
- Owner: codechecks
- License: mit
- Created: 2019-09-09T07:20:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T07:02:46.000Z (over 5 years ago)
- Last Synced: 2025-02-23T04:26:08.486Z (about 1 year ago)
- Language: JavaScript
- Size: 2.06 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Visual Regression for Storybook
Keep your stories intact
## Install
```sh
npm install --save-dev @codechecks/vis-reg-storybook
```
## 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-storybook
options:
# ...
# ...
```
## API
## Contributing
All contributions are welcomed. Read more in [CONTRIBUTING.md](./CONTRIBUTING.md)
## Licence
MIT @ [codechecks.io](https://codechecks.io)