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
Feature request: For example, npm run happo --only Button would only compile and run stories that have Button in their story name (or in the story filename).
The text was updated successfully, but these errors were encountered:
This is in fact a bug/quirk with the happo-plugin-storybook plugin. If you use the default Happo way of defining examples (via -happo.js files), you can run with the --only flag.
Feature request: For example,
npm run happo --only Button
would only compile and run stories that haveButton
in their story name (or in the story filename).The text was updated successfully, but these errors were encountered: