# 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 [#implementing-regression-testing-using-devin](https://docs.devin.fm/features/regression-testing#implementing-regression-testing-using-devin "mention").

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="https://3674518083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4WyrF9yRB5bw5h1SRZke%2Fuploads%2FqyZywTveskp17xFTntSG%2FRunTests.jpeg?alt=media&#x26;token=545abe12-1fe4-4178-8cb3-977d3a01b4bf" 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](https://docs.devin.fm/features/regression-testing "mention").
{% endhint %}
