From e5f1eb860933b49422fd3c74fa2fa8648e9508e9 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Sat, 21 Sep 2024 10:49:29 +0900 Subject: [PATCH] Update browser tests README (#900) --- browser_tests/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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