Running and debugging tests

Running and debugging tests

To create a kind cluster

make deploy-kind

Running unit tests

To run all unit tests:

make test-unit

Running the e2e tests

To run all e2e tests:

make test-e2e

Remove the kind cluster

make delete-kind

See also


Last modified November 14, 2025: add documentation (aea6295)