diff --git a/browser_tests/README.md b/browser_tests/README.md index 633cf146c..1a58c8988 100644 --- a/browser_tests/README.md +++ b/browser_tests/README.md @@ -2,8 +2,16 @@ This document outlines the setup and usage of Playwright for testing the ComfyUI_frontend project. +## WARNING + +The browser tests will change the ComfyUI backend state, such as user settings and saved workflows. +Please backup your ComfyUI data before running the tests locally. + ## Setup +Clone to your `custom_nodes` directory. +ComfyUI_devtools adds additional API endpoints and nodes to ComfyUI for browser testing. + Ensure you have Node.js v20 or later installed. Then, set up the Chromium test driver: ```bash