Skip to content

Commit

Permalink
Merge pull request #715 from dmvolod/issue-141
Browse files Browse the repository at this point in the history
🌱 Add new Makefile target to run e2e tests locally
  • Loading branch information
k8s-ci-robot authored Feb 3, 2025
2 parents da81ce5 + 274418b commit fc08993
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,9 @@ clean-release: ## Remove the release folder
## E2E
## --------------------------------------

.PHONY: test-e2e-local ## Run e2e tests locally
test-e2e-local: docker-build-e2e test-e2e

.PHONY: test-e2e
test-e2e: $(KUSTOMIZE)
$(MAKE) release-manifests
Expand Down
8 changes: 8 additions & 0 deletions test/e2e/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Test

## Run e2e tests locally

To run e2e tests locally, run the following command

```bash
make test-e2e-local
```

## Compatibility notice

This package is not subject to deprecation notices or compatibility guarantees.
Expand Down

0 comments on commit fc08993

Please sign in to comment.