> For the complete documentation index, see [llms.txt](https://docs.devin.fm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devin.fm/guides/tests/run-test-scripts.md).

# Run Test Scripts

When tests are loaded from the file they can be run directly from the Project Workspace. To learn how to setup tests for a file, see [Regression Testing](/features/regression-testing.md#implementing-regression-testing-using-devin).

Tests can be triggered individually or all together:

1. Go to Branches -> Tests
2. Select the desired file from the list
3. Use the green play icons to trigger individual test scripts or all scripts sequentially.

<figure><img src="/files/cT4kvlo6TWFxNDALMN6j" alt=""><figcaption><p>Running Tests from the Project Workspace</p></figcaption></figure>

{% hint style="info" %}
The checkmark for each test defines whether the test will be included when all tests are triggered to run sequentially.&#x20;
{% endhint %}

{% hint style="warning" %}
The current version of Devin restricts Tests to be triggered manually. In a future version, tests can be triggered as part of a feature that we call **Pipelines**. This will facilitate automated [Regression Testing](/features/regression-testing.md).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.devin.fm/guides/tests/run-test-scripts.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.
