We're using github actions to add Chromatic to our pipeline. It suddenly stopped working today and after some investigation, the only difference is that the CLI version used by the Github Action bu...
**Bug report**
The build fails with the following _.gitconfig_ setting:
```
[log]
showSignature = true
```
and emits the following error:
```
Error: ✖ Failed to initialize bui...
**Bug report**
When the Chromatic Github Action is re-run on a commit with a fully passed/accepted build and the rebuild is skipped, the `buildUrl` [output](https://www.chromatic.com/docs/github...
On repositories with a large history (example was 160k+ commits) the [`git rev-list` command here](https://github.com/chromaui/chromatic-cli/blob/c372e18e29e9a790f6bd57c48d485a3133b519f9/bin-src/gi...
**Bug report**
My storybook is being built as a separate step before I run chromatic so when I want to upload it I call
```
chromatic -d build-dir
```
When I want to skip uploading the s...
**Bug report**
I'm using concourse CI. I had a build failed with the below error
```
GraphQL errors
→ Build was not inserted in time
```
Since then, all my builds are failing with the err...
**Bug report**
When preview.tsx changes, TurboSnap should rerun all stories, but I just had a commit that changed our preview.tsx and all snapshots were skipped.
Here's our build
https://w...
**Feature request**
I propose for Chromatic to officially support helpers for detecting each of environments which detection is now inside `chromatic/isChromatic`:
- Library (where stories are ...
**Bug report**
When running the Chromatic CLI with `--dry-run` the build number is incremented. The counter seems to be incremented even if you don't wait for the command to exit and `Ctrl^C` it...
**Bug report**
After enabling TurboSnap, I'm seeing this error:
```
{"rootPath":"/home","manifestPath":"packages/foo/package.json","lockfilePath":"yarn.lock"} Failed to get dependencies
{...
when I run
```
npx chromatic --project-token="token" --patch-build=feature/#61...dev
```
in the console there is some error
```
Chromatic CLI v6.7.3
https://www.chromatic.com/docs/cli
...
I have several packages within my monorepo using the same `projectToken`. The publish job completes for each of them, and they all seem to have a unique URL within the "github workflows" log, howev...