Skip to content

Commit 981e902

Browse files
committed
updated config file
1 parent ddbd572 commit 981e902

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

applitools.config.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
// See https://applitools.com/tutorials/sdks/storybook/config#properties for additional configuration properties.
1+
// See https://applitools.com/docs/eyes/sdks/storybook/api/configuration for additional configuration properties.
2+
/**
3+
* @type {import('@applitools/eyes-storybook').ApplitoolsConfig}
4+
**/
5+
26
module.exports = {
37
apiKey: process.env.APPLITOOLS_API_KEY,
48
serverUrl: 'https://eyes.applitools.com',
59
batchName: 'Storybook React Tutorial',
610
showLogs: false,
7-
browser: [ // See https://applitools.com/tutorials/sdks/storybook/browsers for additional supported browsers and devices.
11+
browser: [ // See https://applitools.com/docs/eyes/sdks/storybook/api/browsers for additional supported browsers and devices.
812
{ width: 1024, height: 768, name: 'chrome' },
913
// { width: 1024, height: 768, name: 'firefox' },
1014
// { chromeEmulationInfo: { deviceName: 'Galaxy S20' } },

0 commit comments

Comments
 (0)