Applitools Eyes SDK for Storybook.
Install Eyes-Storybook as a local dev dependency in your tested project:
npm install --save-dev @applitools/eyes-storybook
To authenticate via the Applitools server and run tests, you need to set the environment variable APPLITOOLS_API_KEY
to the API key provided from Applitools Eyes. For details on how to retrieve your API key, see the Applitools documentation.
export APPLITOOLS_API_KEY=<API_key>
set APPLITOOLS_API_KEY=<API_key>
For further information, see: