From 67642878f1e054c56a28ad726321742cafbe0e98 Mon Sep 17 00:00:00 2001 From: Raphael Gruber Date: Mon, 18 Nov 2024 11:33:59 +0100 Subject: [PATCH] add tilt/kind docs in the readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 49b7cca..1a1b5ab 100644 --- a/README.md +++ b/README.md @@ -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 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.