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

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

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
```