Skip to content

Commit

Permalink
Clarify features for e2e test (#995)
Browse files Browse the repository at this point in the history
Without this, ppl might be wondering how to use e2e test,
especially on slower machines.

Signed-off-by: Jean-Philippe Evrard <[email protected]>
  • Loading branch information
evrardjp authored Oct 25, 2024
1 parent 3a116be commit 11acd1a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,16 @@ A test-run with `kind` and `make` can be done with the following command:
make e2e-test
```

You can alter test behaviour by passing arguments to this command.
A few examples below:

```shell
# Run only TestE2EWithSignal test for the kubernetes version named "current" (see kind file)
make e2e-test ARGS="-run ^TestE2EWithSignal/current"
# Run all tests but make sure to extend the timeout, for slower machines.
make e2e-test ARGS="-timeout 1200s'
```
## Publishing a new kured release
### Prepare Documentation
Expand Down

0 comments on commit 11acd1a

Please sign in to comment.