Skip to content

Commit

Permalink
Implement E2E test framework for testing ApplicationSets against live…
Browse files Browse the repository at this point in the history
… Kubernetes/Argo CD instance (argoproj#65)
  • Loading branch information
jgwest committed Dec 9, 2020
1 parent 71e781a commit d8c388a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ start-e2e:
# Begin the tests, targetting the standalone controller (started by make start-e2e) and the e2e argo-cd (started by make start-e2e)
.PHONY: test-e2e
test-e2e:
go test -race -count=1 -v -timeout 120s ./test/e2e/applicationset
NAMESPACE=argocd-e2e go test -race -count=1 -v -timeout 120s ./test/e2e/applicationset

0 comments on commit d8c388a

Please sign in to comment.