Testing
There are 3 sets of tests. All of them can either run as GitHub (or Gitea) actions, or locally using docker.
| Test ID | Description | Location |
|---|---|---|
| app_local | Playwright UI Tests (Playground mode) | app/tests/*local* |
| app | Playwright UI Tests | app/tests/* (not local) |
| core | Core & Unit tests | core/tests |
Running
Section titled “Running”You can run the CI actions locally using act (i.e. docker) to test the app:
levl ci test <test> # for example: app