Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wadackel/scs-with-reg-viz
A example repository of visual regression test using storybook-chrome-screenshot and reg-suit.
https://github.com/wadackel/scs-with-reg-viz
react storybook storybook-chrome-screenshot visual-regression
Last synced: 3 months ago
JSON representation
A example repository of visual regression test using storybook-chrome-screenshot and reg-suit.
- Host: GitHub
- URL: https://github.com/wadackel/scs-with-reg-viz
- Owner: wadackel
- License: mit
- Created: 2018-01-13T16:14:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T07:43:46.000Z (10 months ago)
- Last Synced: 2024-10-11T20:17:55.470Z (3 months ago)
- Topics: react, storybook, storybook-chrome-screenshot, visual-regression
- Language: HTML
- Size: 89.8 KB
- Stars: 13
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scs-with-reg-viz
[![CircleCI](https://circleci.com/gh/tsuyoshiwada/scs-with-reg-viz/tree/master.svg?style=svg)](https://circleci.com/gh/tsuyoshiwada/scs-with-reg-viz/tree/master)
A example repository of visual regression test using [storybook-chrome-screenshot](https://github.com/tsuyoshiwada/storybook-chrome-screenshot) and [reg-suit](https://reg-viz.github.io/reg-suit/).
---
Please check the following pull request.
> [Update button styles by tsuyoshiwada · Pull Request #1 · tsuyoshiwada/scs-with-reg-viz](https://github.com/tsuyoshiwada/scs-with-reg-viz/pull/1)
You can see that the changed contents of `` are reported in a very comprehensible format.
Detailed reports can be confirmed at any time from the URL below.
> https://reg-publish-bucket-8b1c896e-6617-4b1f-bfa9-40e759d515a5.s3.amazonaws.com/37eb110bd003058e0df0e2778072c73b06e57425/index.html
## Related Projects
* [storybooks/storybook](https://github.com/storybooks/storybook): Interactive UI component dev & test: React, React Native, Vue, Angular
* [tsuyoshiwada/storybook-chrome-screenshot](https://github.com/tsuyoshiwada/storybook-chrome-screenshot): A Storybook Addon, Save the screenshot image of your stories :camera: via puppeteer.
* [reg-viz/reg-suit](https://github.com/reg-viz/reg-suit): Visual Regression Testing tool## Contribute
1. Fork it!
1. Create your feature branch: `git checkout -b my-new-feature`
1. Commit your changes: `git commit -am 'Add some feature'`
1. Push to the branch: `git push origin my-new-feature`
1. Submit a pull request :muscle:Bugs, feature requests and comments are more than welcome in the [issues](https://github.com/tsuyoshiwada/scs-with-reg-viz/issues).
## License
[MIT © tsuyoshiwada](./LICENSE)