You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The vitest-driven component testing in Storybook version 8.3 blog looks exciting, and would very much like to be able to use this approach to testing in my SolidJS project.
But when I try to add this plugin to my project using npx storybook add @storybook/experimental-addon-test, I just get an error saying that SolidJS is not currently supported.
The official documentation suggests using the Storybook test runner instead, but honestly, this plugin doesn't work well enough.
Currently @storybook/experimental-addon-test is still in the experimental phase, so this feature request may not be reasonable enough, just wanted to express my anticipation for this feature, thanks a lot.
The text was updated successfully, but these errors were encountered:
The vitest-driven component testing in Storybook version 8.3 blog looks exciting, and would very much like to be able to use this approach to testing in my SolidJS project.
But when I try to add this plugin to my project using
npx storybook add @storybook/experimental-addon-test
, I just get an error saying that SolidJS is not currently supported.The official documentation suggests using the Storybook test runner instead, but honestly, this plugin doesn't work well enough.
Currently
@storybook/experimental-addon-test
is still in the experimental phase, so this feature request may not be reasonable enough, just wanted to express my anticipation for this feature, thanks a lot.The text was updated successfully, but these errors were encountered: