Creating & Running Tests
Last updated
Was this helpful?
Open the Test Bench tab.
Enter input JSON and click Run.
Click Save as Test.
In the dialog, select a target Test Suite and enter a Test Name.
Click Save. Note: If the input matches an existing test, the UI displays the match. If the output differs from the saved version, you can overwrite the expected output.
Open the Tests tab.
Click Create New Test.
Select a Test Suite and enter a Name.
Input the Input JSON and Expected Output JSON.
(Optional) Add JSON paths to Ignored output properties.
Click Save.
Select the checkboxes next to the desired Tests or Test Suites.
Click Run selected.
(If no checkboxes are selected, click Run all to execute all tests for the rule).
Tests can be executed programmatically for automation (e.g., CI/CD pipelines) using the Rule Testing API. Rule Testing API
The left panel displays all Test Runs for the current rule.
Click a Test Run to view its details.
Expand a Test Suite to see individual Tests.
Expand a Test to inspect the Input, Expected Output, and Received Output.
Differences between expected and received outputs are highlighted automatically.
This page provides a focused view of tests for an individual rule. To manage your tests from a global workspace view, navigate to the main Tests section.: Tests
Last updated
Was this helpful?
Was this helpful?

