-
Notifications
You must be signed in to change notification settings - Fork 37
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
🚀 Configure Chromatic to use TurboSnap #892
Comments
I tryed to integrate Turbosnap but I can't understand how it works... It kept running taking all the snapshots despite no new changes. Also, the warning in the documentation is quite scary:
|
@alexasselin008 is this issue fine with you or it should be closed and you'll create a new one once you get to work on this? |
I'm waiting a couple of days to make sure that the new CI (using Github Actions) works fine, and after that i'm going to start testing From what i'm reading, we're going to need to change the chromatic workflow from More on the |
We should check if there is a possibility of switching to Squash and Merge in the PR if possible as well |
To clarify, you mean TurboSnap rather than TurboRepo?
That would be pretty cool if Squash can work without any hackish setup. The reason why this repo is not leverage squash by default is because it wasn't playing well with Chromatic baselines. |
TurboSnap not TurboRepo, my bad*. I wrote this comment because according to the TurboSnap documentation
|
Yeah this one puzzle me. |
Link to an example of how to use turbosnap in active Prs only |
The guardian uses the following config in order to run turbosnap on Prs, but full scans on the main branch https://github.com/guardian/dotcom-rendering/blob/main/.github/workflows/ar-chromatic.yml |
Description
Chromatic introduce a new feature called TurboSnap. Orbit should use it to decrease build time and save on chromatic snapshots.
The text was updated successfully, but these errors were encountered: