Skip to content
philosophy contribute

Testing

There are 3 sets of tests. All of them can either run as GitHub (or Gitea) actions, or locally using docker.

Test IDDescriptionLocation
app_localPlaywright UI Tests (Playground mode)app/tests/*local*
appPlaywright UI Testsapp/tests/* (not local)
coreCore & Unit testscore/tests

You can run the CI actions locally using act (i.e. docker) to test the app:

Terminal window
levl ci test <test> # for example: app