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
- Kubernetes testing guide
- Integration Testing in Kubernetes
- End-to-End Testing in Kubernetes
- Flaky Tests in Kubernetes
Feedback
Was this page helpful?