Uh oh!
There was an error while loading. Please reload this page.
ci: reduce Storybook to render smoke - #2582
Merged
Merged
Conversation
Astro-Hanforce-pushed
the
ci/storybook-render-only
branch
from
August 9, 2026 07:36
fdfee5f to
b7afde6CompareAstro-Han
marked this pull request as ready for review
August 9, 2026 08:00
Uh oh!
There was an error while loading. Please reload this page.
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
embed=trueso Storybook never executes productplayinteractions in CIThis restores the design-catalog boundary: Storybook checks that production-backed stories mount, while product behavior and layout remain owned by focused component tests or Electron E2E.
Refs #2390
Verification
node --test scripts/storybook-visual-smoke.test.mjs scripts/ci-test-plan.test.mjs— 9/9 passednpm --workspace @maka/desktop run build:workspace-deps— passednpm --workspace @maka/desktop run typecheck:stories— passednpm --workspace @maka/desktop run build-storybook— passednpm --workspace @maka/desktop run smoke:storybook— 121/121 stories renderednode scripts/check-story-annotations.mjs— passedgit diff --check— passedReview focus
The render runner intentionally uses embedded Storybook. This disables autoplay while preserving React mount and Storybook finished/error events. Local
playfunctions may still drive a reviewer to an interactive visual state, but they are no longer CI tests.Checklist
Does this PR entail a change in behavior?