You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Applitools Tutorial - Storybook React
2
2
3
-
Get started with Applitools Eyes visual testing with this example of using [Storybook](https://storybook.js.org/) and our [Eyes Storybook SDK](https://applitools.com/tutorials/sdks/storybook).
3
+
Get started with Applitools Eyes visual testing with this example of using [Storybook](https://storybook.js.org/) and our [Eyes Storybook SDK](https://applitools.com/docs/eyes/sdks/storybook).
4
4
5
-
Learn more about how to install and start this project with our [Storybook tutorial](https://applitools.com/tutorials/sdks/storybook)!
5
+
Learn more about how to install and start this project with our [Storybook tutorial](https://applitools.com/docs/eyes/sdks/storybook)!
6
6
7
7
_If you're looking for the CSF format for creating Storybook stories, check out the [Storybook CSF React tutorial](https://github.com/applitools/tutorial-storybook-csf-react)._
8
8
@@ -12,15 +12,15 @@ _If you're looking for the CSF format for creating Storybook stories, check out
12
12
npm install
13
13
```
14
14
15
-
To authenticate via the Applitools server and run tests, you need to set your API key provided from Applitools Eyes. For details on how to retrieve your API key, see [the Applitools documentation](https://applitools.com/tutorials/getting-started/retrieve-api-key).
15
+
To authenticate via the Applitools server and run tests, you need to set your API key provided from Applitools Eyes. For details on how to retrieve your API key, see [the Applitools documentation](https://applitools.com/docs/eyes/sdks/storybook/applitools-dashboard#how-to-obtain-your-api-key).
16
16
17
17
2. Choose one of the following options to set your API Key.
18
18
* Set your Applitools API Key as an environment variable.
19
19
* macOS/Linux: `export APPLITOOLS_API_KEY=<Your API Key>`
20
20
* Windows: `set APPLITOOLS_API_KEY=<Your API Key>`
21
21
22
22
* Set your Applitools API Key inside the **applitools.config.js** file via the `apiKey` setting.
23
-
* Note: If you are not using the Eyes public cloud, you will need to update the `serverUrl` to your Eyes server URL in the **applitools.config.js** configuration file or set via an `APPLITOOLS_SERVER_URL` environment variable. See our [documentation](https://applitools.com/tutorials/sdks/storybook/config) for more information on these settings.
23
+
* Note: If you are not using the Eyes public cloud, you will need to update the `serverUrl` to your Eyes server URL in the **applitools.config.js** configuration file or set via an `APPLITOOLS_SERVER_URL` environment variable. See our [documentation](https://applitools.com/docs/eyes/sdks/storybook/api/configuration) for more information on these settings.
0 commit comments