# Automated tests

Once you have created a logic rule, you may navigate to the **Tests** tab of the rule to set up automated tests for the rule that automatically run in an isolated environment when the form is published. If any test fails, the form will fail to publish.

<figure><img src="https://640450274-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHAVngDAEk3s8Bw7P6Ntz%2Fuploads%2F9ccnuO43Qchm6YecfCXx%2FScreenshot%202026-01-05%20at%2010.41.22%E2%80%AFPM.png?alt=media&#x26;token=799558d3-7e3f-4c26-9a98-4e8f899fc169" alt=""><figcaption></figcaption></figure>

For each of the tests, you'll want to specify:

* A unique test name
* The initial field values before the logic rule is run, formatted in a JSON object where the key is the field ID and the value is the initial value of the field.
* The expected state of field values after the logic rule is run, similarly formatted in a JSON object.

{% hint style="info" %}
Note that any network request or method on the **feathery** global object that's called from your logic rule will not actually run during the test and will simply be stubbed out.
{% endhint %}

Having comprehensive tests for your logic rules will allow you to be confident in the updates you make to your form while not needing to fall back on time-consuming manual validation for rule-related changes.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.feathery.io/platform/build-forms/advanced-logic/automated-tests.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
