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

[Storybook] Disable snapshots globally + enable for select few stories #1897

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Nov 21, 2024

  1. [Storybook] Disable snapshots globally + enable for select few stories

        We want to disable snapshots globally, since most of our stories
        don't need visual snapshot testing anyway, and we keep going over
        our monthly chromatic snapshot limit.
    
        Instead, we should deliberately set snapshots to true for stories we
        want chromatic snapshots for.
    
        - turn off chromatic snapshots globally
        - turn on chromatic snapshots for interactive graph stories
    
        Issue: https://khanacademy.atlassian.net/browse/LEMS-2579
    
        Test plan:
        Look at the Chromatic snapshots number on this PR below.
        Previously, it was over 400. It should be much smaller now.
    nishasy committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    070453b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    f2df214 View commit details
    Browse the repository at this point in the history
  2. update changeset

    nishasy committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    2eeae32 View commit details
    Browse the repository at this point in the history
  3. tyepcheck

    nishasy committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    7fc1ff9 View commit details
    Browse the repository at this point in the history