From 0bd7023b66fba88eb237b338602832f049c469fa Mon Sep 17 00:00:00 2001 From: dthomson25 Date: Mon, 15 Apr 2019 13:50:46 -0700 Subject: [PATCH] Add link to e2e testing on contributing guide (#1456) --- docs/CONTRIBUTING.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 11f3706275..7eccc14ca2 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -71,11 +71,7 @@ To run unit tests: make test ``` -To run e2e tests: - -```bash -make test-e2e -``` +Check out the following [documentation](https://github.com/argoproj/argo-cd/blob/master/docs/developer-guide/test-e2e.md) for instructions on running the e2e tests. ## Running Locally