Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nasusoba committed Mar 13, 2024
1 parent c8084b8 commit 933c3f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ To run a specific e2e test, you can use the `GINKGO_FOCUS` environment variable
```shell
make test-e2e GINKGO_FOCUS="Creating a cluster"
```
Also it is quite useful to run the e2e test with [tilt](https://cluster-api.sigs.k8s.io/developer/tilt).
Also it is quite useful to run the e2e test with [tilt](https://cluster-api.sigs.k8s.io/developer/tilt), so that you will not need to rebuild docker image with makefile everytime.
## Develop an e2e test
You could refer to [Developing E2E tests](https://cluster-api.sigs.k8s.io/developer/e2e) for a complete guide for developing e2e tests.

0 comments on commit 933c3f8

Please sign in to comment.