Skip to content

Commit

Permalink
add tilt/kind docs in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
raphi011 committed Nov 18, 2024
1 parent 5ac2356 commit 6764287
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,23 @@ To create a new test run you can use the post request in `./requests.http`
httpyac requests.http
```

## Local dev cluster

Prerequisites:
* Running Docker
* Tilt + Kind installed and on the path

Run

```sh
kind create cluster --config=kind-config.yaml
tilt up
```

If you press <space> the tilt UI will open up.

Once handoff is green in the dashboard you should be able to open up the ui here: http://localhost:1337/.

## Test best practices

* Pass in the test context for longer running operations and check if it was cancelled.
Expand Down

0 comments on commit 6764287

Please sign in to comment.