Add link to e2e testing on contributing guide (#1456)

This commit is contained in:
dthomson25 2019-04-15 13:50:46 -07:00 committed by Alexander Matyushentsev
parent db82456dde
commit 0bd7023b66

View file

@ -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