{{ message }}
Remove Chromatic from CI#26777
Open
aslilac wants to merge 1 commit into
Open
Conversation
Coder uses pixel-storybook for visual regression testing. Drop the Chromatic CI job, the chromatic and now-unused storybook:ci scripts, and the docs reference.
There was a problem hiding this comment.
🚫 [linkspector] reported by reviewdog 🐶
Cannot reach https://tanstack.com/query/v4/docs/react/overview Status: null Navigation timeout of 30000 ms exceeded
coder/docs/about/contributing/frontend.md
Line 38 in 7783516
There was a problem hiding this comment.
🚫 [linkspector] reported by reviewdog 🐶
Cannot reach https://tanstack.com/query/v4/docs/react/quick-start Status: null Navigation timeout of 30000 ms exceeded
coder/docs/about/contributing/frontend.md
Line 99 in 7783516
Shelnutt2
approved these changes
Jun 27, 2026
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 free
to 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.

Coder now uses pixel-storybook
for visual regression testing, so the Chromatic integration is dead weight.
This drops the Chromatic CI job, the
chromaticand now-unusedstorybook:ciscripts, and the docs reference. No
chromaticnpm packages or app code aretouched here, those still ship
isChromatic()and the@chromatic-com/storybookaddon and come out in follow-ups.
First of a few small PRs to fully remove Chromatic.
Removal plan (PR series)
isChromatic()→isPixel()(4 app files +preview.tsx); drop thechromaticdependency.data-chromatic="ignore"→data-pixel="ignore";chromatic.disable/disableSnapshot→pixel.exclude; removedelay/pauseAnimationAtEnd.@chromatic-com/storybookaddon and the remainingchromaticstory params (
viewports/ theme modes →pixel.matrix); deletetestHelpers/chromatic.ts.