Add to list of visual regression tools with Storybooks integration

This commit is contained in:
Andres Escobar 2018-01-18 08:02:44 -07:00 committed by GitHub
parent 844d147186
commit 1d7b528204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,10 @@ Just like that, you can access all of the stories in your Storybook and use the
## Supported CSS/Style Testing Frameworks
- [StoryShots](https://github.com/storybooks/storybook/tree/master/addons/storyshots) includes [seamless integration](https://github.com/storybooks/storybook/tree/master/addons/storyshots#configure-storyshots-for-image-snapshots) with [jest-image-snapshot](https://github.com/americanexpress/jest-image-snapshot)
- [Loki](https://loki.js.org/) also integrates seamlessly with Storybook
There are several frameworks that have out of the box Storybook integrations:
- [StoryShots](https://github.com/storybooks/storybook/tree/master/addons/storyshots) with its [seamless integration](https://github.com/storybooks/storybook/tree/master/addons/storyshots#configure-storyshots-for-image-snapshots) with [jest-image-snapshot](https://github.com/americanexpress/jest-image-snapshot)
- [Loki](https://loki.js.org/)
- [Perci](https://percy.io/docs/clients/javascript/react-storybook)
- [Screener](https://screener.io/v2/docs)
Additionally frameworks which are based on URL as the input source such as [BackstopJS](https://github.com/garris/BackstopJS) or [Gemini](https://github.com/gemini-testing/gemini) can be used in conjuction with Storybook.
Additionally frameworks which are based on URL as the input source such as [BackstopJS](https://github.com/garris/BackstopJS) or [Gemini](https://github.com/gemini-testing/gemini) can be used.