Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change addon name to @chromatic-com/storybook #163

Merged
merged 2 commits into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Visual Testing addon enables you to run visual tests on your stories and com
Run the following command to install the addon and automatically configure it for your project via Storybook's CLI:

```shell
npx storybook@latest add @chromaui/addon-visual-tests
npx storybook add @chromatic-com/storybook
```

Start Storybook and navigate to the Visual Tests panel to run your first visual test with Chromatic!
Expand All @@ -39,9 +39,9 @@ const config: StorybookConfig = {
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"],
addons: [
// Other Storybook addons
"@chromaui/addon-visual-tests",
"@chromatic-com/storybook",
{
name: "@chromaui/addon-visual-tests",
name: "@chromatic-com/storybook",
options: {
projectId: "Project:64cbcde96f99841e8b007d75",
buildScriptName: "build-storybook",
Expand Down
1 change: 1 addition & 0 deletions chromatic.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"projectId":"Project:64936c844fd570be8b75bdac"}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@chromaui/addon-visual-tests",
"name": "@chromatic-com/storybook",
"version": "0.0.124",
"description": "Visual Testing addon with Chromatic",
"engines": {
Expand Down
Loading