Skip to content

Commit

Permalink
docs(example): Add example on how to execute subset of e2e tests (#2867)
Browse files Browse the repository at this point in the history
Signed-off-by: mitchell amihod <[email protected]>
  • Loading branch information
meeech authored Jul 5, 2023
1 parent bf6fb11 commit eb26809
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ Then run the e2e tests:
make test-e2e
```

To run a subset of e2e tests, you need to specify the suite with `-run`, and the specific test regex with `-testify.m`.

```
E2E_TEST_OPTIONS="-run 'TestCanarySuite' -testify.m 'TestCanaryScaleDownOnAbortNoTrafficRouting'" make test-e2e
```

## Controller architecture

Argo Rollouts is actually a collection of individual controllers
Expand Down

0 comments on commit eb26809

Please sign in to comment.