Skip to content

Testing Tetra

Note

This page describes how to run tests for the Tetra framework itself. If you are looking for how to test your own applications using Tetra, we are currently working on documentation and tools for that.

Testing Tetra is done using pytest. Tetra uses its bundled esbuild for building frontend components during tests.

make setup

And for e.g. Debian/Ubuntu Linux,

sudo apt install chromium-chromedriver
# start the chromedriver:
chromium.chromedriver

In Tetra's root dir, use the Makefile.

make test