Add e2e tests for helm chart

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-04-15 20:26:08 -04:00
parent 42b3a1ebd2
commit 2b2acae28f
28 changed files with 152 additions and 1 deletions

View file

@ -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