mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 09:50:08 +00:00
Add link to e2e testing on contributing guide (#1456)
This commit is contained in:
parent
db82456dde
commit
0bd7023b66
1 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue