diff --git a/README.md b/README.md index ba1d7ce5..233c4a2c 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,7 @@ in ComfyUI's front-end code. ## Test -- Run `npm run test` to execute all unit tests. +- `cd tests-ui` +- `npm i` to install all test dependencies +- `npm run test:generate` to fetch `data/object_info.json` +- `npm run test` to execute all unit tests.