Skip to content

Commit

Permalink
docs: add and update Development section in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshah98 committed Oct 26, 2023
1 parent 6e3e2ff commit 891a553
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,3 +328,7 @@ JavaScript is disabled by default to prevent flakey diffs caused by animations o
running on the page. With the new SDK and real DOM snapshots, JS is disabled by default. If you
upgrade and experience diffs due to the lack of JavaScript, it can be re-enabled using the matching
Percy config file or per-snapshot option, [`enableJavaScript`](https://docs.percy.io/docs/cli-configuration#snapshot).
## Development
- Current package.json and yarn.lock install storybook v7 as devDependency and hence require node 16 for development.
- There are separate package.json and config files for storybook v6, for testing purposes. Please check `prepare-storybook-v6-tests.sh` file for more details around changes for storybook v6 testing.

0 comments on commit 891a553

Please sign in to comment.