# End to end tests

{% hint style="info" %}
The following assumes that you have covered all prerequisites and installation steps in \`Quick Start\` chapter
{% endhint %}

Run the following command to automatically invoke local `playwright` e2e tests in `headed` mode:

```
yarn run test:e2e:local
```
