File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,10 @@ test: ## Run go unit tests.
156
156
GOFLAGS=" -buildvcs=false" \
157
157
test/test.sh
158
158
159
+ .PHONY : helm-test
160
+ helm-test : # # Run helm unit tests.
161
+ helm unittest charts/ingress-nginx --file " tests/**/*_test.yaml"
162
+
159
163
.PHONY : lua-test
160
164
lua-test : # # Run lua unit tests.
161
165
@build/run-in-docker.sh \
Original file line number Diff line number Diff line change @@ -88,6 +88,12 @@ Valid values are defined in the describe definition of the e2e tests like [Defau
88
88
89
89
The complete list of tests can be found [ here] ( ../e2e-tests.md )
90
90
91
+ ** Run Helm unit tests**
92
+
93
+ ``` console
94
+ make helm-test
95
+ ```
96
+
91
97
### Custom docker image
92
98
93
99
In some cases, it can be useful to build a docker image and publish such an image to a private or custom registry location.
You can’t perform that action at this time.
0 commit comments