Using Claude Code, Cursor, or another coding agent? Paste this into your prompt to run cross-browser and real-device tests, debug sessions, and wire up CI on the TestMu AI cloud:
kane-cli evidence serve, the server is local only and nothing is uploaded, because the viewer page reads the pack bytes from your machine.
After a run
After a run in an interactive terminal, kane-cli offers to open the pack:kane-cli evidence serve
Serves one or more sealed packs to the hosted viewer:
viewer URL in your browser.
serve accepts sealed .evidence files only. A live, unsealed pack directory is rejected.
Exit codes: 0 after a clean Ctrl-C shutdown, 2 for any bad input or a port that cannot be bound.
The server binds to
127.0.0.1 only and uses a random per-instance token in the URL path. Nothing is uploaded anywhere.The hosted viewer
The viewer athttps://evidence.lambdatest.com is a static page that opens packs three ways:
- a
?pack=<url>query parameter, which is whatevidence serveand the post-run offer construct for you, - drag and drop of a
.evidencefile, - a file picker.
Next steps
- Debugging a failed run — what to look at first.
- Validating packs — if a pack will not open.