Skip to content

docs: add Partial runs section for --only and --skip#285

Merged
trotzig merged 1 commit intomainfrom
claude/eager-rosalind
Apr 16, 2026
Merged

docs: add Partial runs section for --only and --skip#285
trotzig merged 1 commit intomainfrom
claude/eager-rosalind

Conversation

@trotzig
Copy link
Copy Markdown
Contributor

@trotzig trotzig commented Apr 16, 2026

Summary

  • Adds a new Partial runs section to the Storybook guide covering the --only (inclusion) and --skip (exclusion) CLI options introduced in v6.10.0
  • Documents the 5-step technical flow: baseline lookup → static exclusion detection → server notification → fresh screenshots → merged report
  • Covers CI setup, edge cases (deleted stories, pending baselines, fallback to full report), and how to read the quota breakdown in comparison reports
  • Adds cross-reference links from the CLI reference for both --only and --skip back to the new Storybook section

Reviewer notes

The "How it works" section closely reflects the implementation — particularly the baseline traversal strategy (merge-base for PRs, backwards history for main) and the fallback behaviour when story files can't be resolved.

Documents the partial run feature (v6.10.0) that lets users reduce quota
usage and speed up CI by rendering only a subset of stories. Covers the
--only (inclusion) and --skip (exclusion) CLI options, how the baseline
lookup and report merging works, CI setup, edge cases, and how to read
the quota breakdown in comparison reports.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@trotzig trotzig requested a review from lencioni as a code owner April 16, 2026 12:17
@trotzig trotzig enabled auto-merge April 16, 2026 12:17
@trotzig trotzig merged commit 5bc5394 into main Apr 16, 2026
3 checks passed
@trotzig trotzig deleted the claude/eager-rosalind branch April 16, 2026 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant