https://github.com/applitools/storybook-contexts-example
Example for working with Applitools' Eyes-Storybook SDK and the contexts addon
https://github.com/applitools/storybook-contexts-example
Last synced: 29 days ago
JSON representation
Example for working with Applitools' Eyes-Storybook SDK and the contexts addon
- Host: GitHub
- URL: https://github.com/applitools/storybook-contexts-example
- Owner: applitools
- Created: 2021-11-28T06:10:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-28T06:16:14.000Z (over 4 years ago)
- Last Synced: 2025-01-17T04:46:55.316Z (over 1 year ago)
- Language: JavaScript
- Size: 327 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Storybook contexts Example
This is an example of the Applitools Storybook SDK running on a Storybook with the `@storybook/addon-contexts` addon.
For more information on this addon: https://www.npmjs.com/package/@storybook/addon-contexts
For more information on Applitools Storybook SDK: https://www.npmjs.com/package/@applitools/eyes-storybook
## Install
```sh
yarn
```
OR
```sh
npm install
```
## Usage
```sh
yarn test
```
OR
```sh
npm test
```