Skip to content

Commit

Permalink
Update required node version specification
Browse files Browse the repository at this point in the history
  • Loading branch information
KshitijThareja committed Aug 22, 2024
1 parent 33435a3 commit 28e3c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_docs/07_visual_testing_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ KDS has a visual testing system that allows you to take snapshots of how KDS Com

## Prerequisites

- Make sure that your Node version is > 18.x with all the requirements (listed in package.json) installed.
- Make sure that your Node version is >= 18.x with all the requirements (listed in package.json) installed.
- Ensure that you declare the `PERCY_TOKEN` environment variable when running visual tests locally.
- You should not have anything running on `port:4000` as the visual testing server utilizes that port to run the tests.

Expand Down

0 comments on commit 28e3c40

Please sign in to comment.