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