Skip to content

Commit

Permalink
Merge pull request #307 from chromaui/monorepo-e2e-correction
Browse files Browse the repository at this point in the history
Adjust path in Docs for E2E monorepo support
  • Loading branch information
elseloop authored Nov 13, 2023
2 parents 8daa459 + 3a5c244 commit 10c0d02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/notInNavigation/e2e-visual-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ Often, when using a monorepo, developers tend to keep their e2e tests in a subdi

```json
"scripts": {
"archive-storybook": "CHROMATIC_ARCHIVE_LOCATION=path/to/test-archives/latest archive-storybook -c path/to/node_modules/@chromaui/archive-storybook/config",
"build-archive-storybook": "CHROMATIC_ARCHIVE_LOCATION=path/to/test-archives/latest build-archive-storybook -c path/to/node_modules/@chromaui/archive-storybook/config"
"archive-storybook": "CHROMATIC_ARCHIVE_LOCATION=path/to/test-results/chromatic-archives archive-storybook -c path/to/node_modules/@chromaui/archive-storybook/config",
"build-archive-storybook": "CHROMATIC_ARCHIVE_LOCATION=path/to/test-results/chromatic-archives build-archive-storybook -c path/to/node_modules/@chromaui/archive-storybook/config"
}
```

Expand Down

1 comment on commit 10c0d02

@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.