Unclear documentation for storyKindRegex and "story kinds"
See original GitHub issueWhat is a “story kind”? I’m trying to work with the storyKindRegex
, but I’m not finding any documentation on what a story kind
is. Is it a reference to a file name? File extension? Something to do with the component type? The storybook entry strings?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:5
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Storyshots Addon | Storybook: Frontend workshop for UI ...
Each kind of story is written into its own snapshot file with the use of getSnapshotFileName . Add stories of UserForm in the...
Read more >Jest - Storyshot - getCustomBrowser - how to manage?
Having issue where i want to use a custom browser for storyshot with jest but I'm having a hard time finding any example...
Read more >Build and Document React Components With Storybook
Storybook is an awesome tool to help you build, demo, and document component libraries. Let's learn all about it in this tutorial!
Read more >@storybook/addon-storyshots - npm
Take a code snapshot of every story automatically with Jest. Latest version: 6.5.15, last published: 4 days ago.
Read more >@storybook/addon-info: Versions | Openbase
Node-logger: Move @types/npmlog to dependencies (#9538); Core: Fix legacy story URLs (#9545); Addon-docs: Convert default prop value to string (#9525) ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@holmesal It seems that adding
storyNameRegex
along withstoryKindRegex
does work:How can we exclude individual stories by name?