Replies: 1 comment 3 replies
-
Do you have a reproduction you can share? I think the problem is that you're following the portable stories examples but users shouldn't need to do anything with portable stories in Storybook Test. That all happens automatically behind the scenes. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I'm trying to get the new accessibility tests working with vitest and the
@storybook/experimental-addon-test/vitest-plugin
but receive the following error:storybook: 8.5.0
vitest: 3.0.3
I don't have any specific tests defined in my project (no files are defined with
Box.test.tsx
orBox.playwrite.tsx
), could this be the issue? I was assuming with the new plugin, Storybook would automatically create tests for each Story found in the project, and run those through an accessibility test?I followed along in the documentation and opted to use the automatic migration. I also referenced portable-stories-kitchen-sink, and seem to be doing what's outlined there.
Additional information
vitest.config.ts
vitest.setup.ts
test-runner.ts
vite.config.ts
Create a reproduction
No response
Beta Was this translation helpful? Give feedback.
All reactions