Add e2e tests for helm chart
This commit is contained in:
parent
42b3a1ebd2
commit
2b2acae28f
28 changed files with 152 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -261,6 +261,10 @@ misspell: check-go-version ## Check for spelling errors.
|
|||
kind-e2e-test: check-go-version ## Run e2e tests using kind.
|
||||
@test/e2e/run.sh
|
||||
|
||||
.PHONY: kind-e2e-chart-tests
|
||||
kind-e2e-chart-tests: ## Run helm chart e2e tests
|
||||
@test/e2e/run-chart-test.sh
|
||||
|
||||
.PHONY: run-ingress-controller
|
||||
run-ingress-controller: ## Run the ingress controller locally using a kubectl proxy connection.
|
||||
@build/run-ingress-controller.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue