We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da81ce5 + 274418b commit fc08993Copy full SHA for fc08993
Makefile
@@ -541,6 +541,9 @@ clean-release: ## Remove the release folder
541
## E2E
542
## --------------------------------------
543
544
+.PHONY: test-e2e-local ## Run e2e tests locally
545
+test-e2e-local: docker-build-e2e test-e2e
546
+
547
.PHONY: test-e2e
548
test-e2e: $(KUSTOMIZE)
549
$(MAKE) release-manifests
test/e2e/README.md
@@ -1,5 +1,13 @@
1
# Test
2
3
+## Run e2e tests locally
4
5
+To run e2e tests locally, run the following command
6
7
+```bash
8
+make test-e2e-local
9
+```
10
11
## Compatibility notice
12
13
This package is not subject to deprecation notices or compatibility guarantees.
0 commit comments