This repository has been archived by the owner on Dec 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpercy.config.cjs
77 lines (77 loc) · 2.61 KB
/
percy.config.cjs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
module.exports = {
version: 2,
storybook: {
exclude: [
'Components/Avatar: Default',
'Components/Badge: Default',
'Components/Badge: Count',
'Components/Badge: Examples',
'Components/Breadcrumbs: Default',
'Components/Breadcrumbs: Breadcrumb Item',
'Components/Button: Default',
'Components/Checkbox: Default',
'Components/Checkbox Group: Default',
'Components/Chip: Default',
'Components/Combobox: Empty',
'Components/Datepicker',
'Components/Description List: Default',
'Components/Description List: With Styles',
'Components/Dropdown: Default',
'Components/Emoji: Default',
'Components/Emoji: Custom Emoji',
'Components/Emoji Text Wrapper: Default',
'Components/Icon: Default',
'Components/Image Viewer: Default',
'Components/Input Group: Default',
'Components/Keyboard Shortcut: Default',
'Components/Link: Default',
'Components/Pagination: Default',
'Components/Popover: Default',
'Components/Presence: Default',
'Components/Radio: Default',
'Components/Radio Group: Default',
'Components/Rich Text Editor',
'Components/Root Layout',
'Components/Select Menu: Default',
'Components/Skeleton: Default',
'Components/Tabs: Tab',
'Components/Tabs: Tab Panel',
'Components/Tabs: Default',
'Components/Toggle: Default',
'Components/Tooltip: Default',
'Components/Tooltip: Flip',
'Components/Tooltip: Change On Click',
'Components/Validation Messages: Default',
'Directives/Tooltip: Default',
'Recipes/Buttons/Callbar Button: Default',
'Recipes/Buttons/Callbar Button: Callbar',
'Recipes/Buttons/Callbar Button With Popover: Default',
'Recipes/Comboboxes/Combobox Multi-Select: Default',
'Recipes/Comboboxes/Combobox With Popover: Empty',
'Recipes/Conversation View/Feed Item Row: Default',
'Recipes/Conversation View/Feed Item Pill: Default',
'Recipes/Leftbar/Callbox: Default',
'Recipes/Leftbar/Contact Row: Default',
'Recipes/Leftbar/General Row: Default',
'Recipes/Leftbar/Group Row: Default',
'Recipes/Leftbar/Unread Pill: Default',
'Recipes/List Items/Contact Info: Default',
'Recipes/Notices/Top Banner Info: Default',
'Utilities/Lazy Show',
'Visual Testing/',
],
},
snapshot: {
enableJavaScript: true,
widths: [1280],
},
discovery: {
disableCache: true,
allowedHostnames: [
'proxyme.percy.io',
'render.percy.local',
],
networkIdleTimeout: 150,
concurrency: 1,
},
};