Skip to content

Commit

Permalink
Merge pull request #269 from storybookjs/add-chromatic-addon
Browse files Browse the repository at this point in the history
Internal: Add Visual Tests addon
  • Loading branch information
JReinhold authored Jan 21, 2025
2 parents a5d6cb6 + 9bed033 commit 7bcba35
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 0 deletions.
1 change: 1 addition & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const config: StorybookConfig = {
},
},
'@storybook/addon-essentials',
'@chromatic-com/storybook',
'@storybook/experimental-addon-test',
],
};
Expand Down
5 changes: 5 additions & 0 deletions chromatic.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"onlyChanged": true,
"projectId": "Project:6042cb92fd1bb200234586ee",
"zip": true
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
},
"devDependencies": {
"@auto-it/released": "^11.1.6",
"@chromatic-com/storybook": "^3.2.3",
"@storybook/addon-actions": "8.5.0-beta.11",
"@storybook/addon-essentials": "8.5.0-beta.11",
"@storybook/eslint-config-storybook": "^4.0.0",
Expand Down
44 changes: 44 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7bcba35

Please sign in to comment.