Running and debugging tests

Running and debugging tests
make deploy-kind

Running unit tests

To run all unit tests:

make test-unit

Running the e2e tests (including benchmarks)

To run all e2e tests:

make test-e2e

Running only e2e benchmarks

To run only e2e benchmarks:

make test-e2e --suite=benchmarks

Remove the kind cluster

make delete-kind

See also


Last modified November 20, 2025: Docs: Adds documentation pages (#139) (a40dd21)