diff --git a/docs/writing-tests/visual-testing.md b/docs/writing-tests/visual-testing.md index 6baa917216a3..9d78f4fc8d1c 100644 --- a/docs/writing-tests/visual-testing.md +++ b/docs/writing-tests/visual-testing.md @@ -46,6 +46,10 @@ Build 1 published. View it online at https://www.chromatic.com/build?appId=...&number=1. ``` +
+💡 Before running Chromatic's CLI ensure you have at least two commits added to the repository to prevent build failures, as Chromatic relies on a full Git history graph to establish the baselines. Read more about baselines in Chromatic's documentation +
+ When Chromatic finishes, it should have successfully deployed your Storybook and established the baselines (i.e., starting point) for all your component's stories. Additionally, providing you with a link to the published Storybook that you can share with your team to gather feedback. ![Chromatic project first build](./chromatic-first-build-optimized.png)