Skip to content

Commit a7c9d77

Browse files
committed
new updates
1 parent 4a68bfd commit a7c9d77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Applitools Tutorial - Storybook React
22

3-
Get started with Applitools Eyes visual testing with this example of using [Storybook](https://storybook.js.org/) and the [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/tutorials/sdks/storybook).
44

55
Learn more about how to install and start this project with our [Storybook React tutorial](https://applitools.com/tutorials/sdks/storybook)!
66

applitools.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
testConcurrency: 10,
66
showLogs: false,
77
browser: [
8-
{ width: 1024, height: 768, name: 'chrome' },
8+
{ width: 1024, height: 768, name: 'chrome' }, // See https://applitools.com/tutorials/sdks/storybook/browsers for additional supported browsers and devices.
99
// { width: 1024, height: 768, name: 'firefox' },
1010
// { chromeEmulationInfo: { deviceName: 'Galaxy S20' } },
1111
]

0 commit comments

Comments
 (0)