Skip to content

Commit

Permalink
Merge pull request #303 from chromaui/turbosnap-beta
Browse files Browse the repository at this point in the history
Message that TurboSnap is in beta
  • Loading branch information
domyen authored Oct 31, 2023
2 parents 782dfcc + 9b5e667 commit bc64968
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/content/snapshot/turbosnap.mdx
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
layout: "../../layouts/Layout.astro"
title: TurboSnap
title: TurboSnap (beta)
description: Speed up tests by detecting file changes with Git
sidebar: { order: 4 }
---

import { YouTubeCallout } from "../../components/YouTubeCallout";

# TurboSnap
# TurboSnap (beta)

TurboSnap is an advanced Chromatic feature that speeds up builds for faster [UI testing](/docs/test) and [review](/docs/review) using Git and Webpack's [dependency graph](https://webpack.js.org/concepts/dependency-graph/). It identifies component files and dependencies that have changed, then intelligently snapshots only the stories associated with those changes.
TurboSnap is an advanced Chromatic feature that speeds up builds for faster [UI testing](/docs/test) and [review](/docs/review) using Git and Webpack's [dependency graph](https://webpack.js.org/concepts/dependency-graph/). It identifies component files and dependencies that have changed, then intelligently snapshots only the stories associated with those changes. TurboSnap is currently in beta.

![TurboSnap tracks dependencies](../../images/turbosnap-dep-tracking.gif)

Expand Down Expand Up @@ -266,6 +266,13 @@ Our own GitHub Action works around that by using `pull_request.head.sha` as the

### Troubleshooting

<details>
<summary>Is TurboSnap ready for production even in beta?</summary>

Yes. Many customers are currently using TurboSnap with enterprise workloads. Our goal for the TurboSnap beta is to fine-tune the algorithm and configuration experience.

</details>

<details>
<summary>Why are no changes being detected?</summary>

Expand Down

1 comment on commit bc64968

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.