ci: replace Chromatic with Pixel#1041
Open
EhabY wants to merge 1 commit into
Open
Conversation
EhabY
force-pushed
the
replace-chromatic-with-pixel
branch
2 times, most recently
from
July 18, 2026 21:31
1bc1e01 to
daabceb
Compare
Swap visual regression testing from Chromatic to Pixel (pixel.coder.com), following the setup in coder/coder. The Pixel CI job installs Chromium, then pixel-storybook builds the Storybook (buildCommand in pixel.jsonc) and snapshots every story in the light and dark themes. Mainline builds auto-approve snapshots to avoid blocking CI after squash merges.
EhabY
force-pushed
the
replace-chromatic-with-pixel
branch
from
July 18, 2026 21:32
daabceb to
16518c0
Compare
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.
Replaces Chromatic with Pixel for visual regression testing, mirroring the
coder/codersetup. Resolves DEVEX-634.pixelCI job: installs Chromium, runspixel-storybook, which builds the Storybook and snapshots every story in light and dark. Main builds auto-approve viaPIXEL_AUTO_REVIEW, like Chromatic'sautoAcceptChangesdid, so squash merges don't block CI.pixel.jsoncholds the project ID and snapshot matrix. Chrome-only at the default viewport, since the webviews only ever render inside VS Code.chromaticout,@coder/pixel-storybookandplaywright-corein, plus a build-script allowance forodiff-bin(image diffing)..prettierrc.jsonstops Prettier from adding trailing commas in.jsoncfiles, which VS Code's JSONC mode warns about.PIXEL_KEYis already set on the repo. The job skips forks and Dependabot since they can't read it.