https://github.com/emasuriano/visual-testing-storybook
Example of how to do visual testing with storybook
https://github.com/emasuriano/visual-testing-storybook
Last synced: 21 days ago
JSON representation
Example of how to do visual testing with storybook
- Host: GitHub
- URL: https://github.com/emasuriano/visual-testing-storybook
- Owner: EmaSuriano
- Created: 2019-04-16T20:56:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-28T21:49:05.000Z (almost 6 years ago)
- Last Synced: 2025-03-01T00:10:58.264Z (about 2 months ago)
- Language: JavaScript
- Size: 153 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# visual-testing-storybook
Sample project to illustrate the use of Visual Testing along with Storybook.
In case you want to know more about I wrote an article in Medium, [check it out](https://medium.com/@emasuriano/using-storybook-as-a-powerful-visual-testing-platform-3b71db953b4b).
## Run it locally
```bash
$ yarn
$ yarn test:ci
```