Key Concepts
Node Testing is a feature that lets you run an individual node directly from the Node Editor to verify its behavior.
By testing variables, prompts, and code execution independently, you can catch errors early—before nodes are connected—helping ensure a stable and reliable workflow.
How to Test

Run a Test: Click the
TEST
button at the top-right corner of the Input section in the Node Editor.Set Test Values: If the node requires variable input, you can either manually enter values in the test window or upload a JSON file with test data.
Execute Node: Press the
Test
button at the bottom to run the node. You can track progress and results in the debugMessage window.Export Variables: Click
Export Variables
to download the test variables in JSON format.
Viewing History

You can review the input values, results, and logs of each test execution.
Check Test Records: In the Node Test window, click
History
to see past test inputs, results, and logs.Compare Results: View and compare multiple test results side by side.
Reproduce Tests: Click
Set with this Data
to reapply specific test data and rerun the test.