test-runner icon indicating copy to clipboard operation
test-runner copied to clipboard

[bug] Handle new tags structure

Open shilman opened this issue 1 year ago • 0 comments

https://github.com/storybookjs/storybook/pull/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+)

shilman avatar May 06 '24 14:05 shilman