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

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

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