Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Combine tags correctly when transforming story files #485

Merged
merged 4 commits into from
Jun 21, 2024

Conversation

yannbf
Copy link
Member

@yannbf yannbf commented Jun 21, 2024

Closes #484

What I did

This PR fixes the issue with tag filtering inconsistency between non-index-json mode and index-json mode.
Additionally, it adds a default include filter for stories tagged as test. It has backwards compatibility with older indexes such as v3 and v4.

Checklist for Contributors

Manual testing

This section is mandatory for all contributions. If you believe no manual test is necessary, please state so explicitly. Thanks!

Documentation

  • Add or update documentation reflecting your changes in this repository
  • Request documentation updates in the test-runner docs website

Checklist for Maintainers

  • Make sure this PR contains one of the labels below:

    Available labels
    • skip-release: Skip any releases, e.g., documentation only changes, CI config etc.
    • patch: Upgrade patch version (e.g. 0.0.x)
    • minor: Upgrade patch version (e.g. 0.x.0)
    • major: Upgrade patch version (e.g. x.0.0)
📦 Published PR as canary version: 0.18.3--canary.485.a54e616.0

✨ Test out this PR locally via:

npm install @storybook/test-runner@0.18.3--canary.485.a54e616.0
# or 
yarn add @storybook/test-runner@0.18.3--canary.485.a54e616.0

@yannbf yannbf added bug Something isn't working patch Increment the patch version when merged labels Jun 21, 2024
Copy link
Member

@shilman shilman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Small change requested and you might want to add a test for it too

src/csf/transformCsf.ts Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working patch Increment the patch version when merged prerelease
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: --includeTags missing some tests
2 participants