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
storybookjs/storybook#26634 introduces a new tag structure where tags can be defined at the project level and the test runner should be updated to handle the new behavior. For index.json mode, nothing should need to be done, but on the source transformation side the test runner probably needs fixing.
Also, we might consider making the test tag implicit. So if no --includeTags/--excludeTags is passed, then only include stories tagged with the test tag (which will be all stories by default in 8.1+)
The text was updated successfully, but these errors were encountered:
storybookjs/storybook#26634 introduces a new tag structure where tags can be defined at the project level and the test runner should be updated to handle the new behavior. For
index.json
mode, nothing should need to be done, but on the source transformation side the test runner probably needs fixing.Also, we might consider making the
test
tag implicit. So if no--includeTags
/--excludeTags
is passed, then only include stories tagged with thetest
tag (which will be all stories by default in 8.1+)The text was updated successfully, but these errors were encountered: