Add local testing instructions - #54
Open
strickvl wants to merge 4 commits into
Open
Conversation
Add TESTING.md with step-by-step guide for testing the UI against a local ZenML server, and add a Testing section to AGENTS.md pointing to it.
|
@strickvl must be a member of the ZenML GmbH team on Vercel to deploy. Learn more about collaboration on Vercel and other options here. |
Contributor
Author
|
I'll need to update this to use kitaru stuff. WIll update |
strickvl
marked this pull request as draft
March 19, 2026 11:32
Cahllagerfeld
approved these changes
Mar 19, 2026
Cahllagerfeld
marked this pull request as ready for review
March 19, 2026 16:27
Collaborator
|
The content right now looks good to me already 👍 |
Contributor
Author
Yeah but it's for zenml now... I need to update it after we figure out how we're packaging the kitaru-ui UI inside the kitaru pypi package etc... |
- Default install path now uses PyPI (zenml[server]>=0.94.1) instead of git branch clone - Add Option B: Docker-based testing using kitaru server-dev image - Keep install-kitaru-branch.sh as fallback for unreleased ZenML - Update AGENTS.md testing section to summarize both paths
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Testing should install from the kitaru repo (uv sync --extra local) rather than installing ZenML directly. Kitaru pulls in ZenML as a dependency, and kitaru login --local starts the same server.
kitaru login defaults to local server, no --local flag needed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
TESTING.mdwith two testing paths:zenml[server]>=0.94.1), start server, runpnpm devwith hot reloadserver-dev-image, test production-like servingAGENTS.mdtesting section with a compact summary of both pathsinstall-kitaru-branch.shas a fallback for testing against unreleased ZenML branchesTest plan
uv pip install "zenml[server]>=0.94.1"→zenml login --local→pnpm dev→ openlocalhost:5173pnpm build→ copydist/→just server-dev-image→ openlocalhost:8080