Skip to content

Add landing site + kane-cli reference example - #14

Merged
siddhant573 merged 2 commits into
LambdaTest:mainfrom
siddhant573:feat/kane-cli-example
Aug 18, 2026
Merged

Add landing site + kane-cli reference example#14
siddhant573 merged 2 commits into
LambdaTest:mainfrom
siddhant573:feat/kane-cli-example

Conversation

@siddhant573

Copy link
Copy Markdown
Collaborator

What

Two additive pieces, no changes to existing code:

  • examples/kane-cli/ — a real, sanitized .evidence pack produced by kane-cli (a 27-step nested-iframe e-commerce checkout), plus overview.md walking through who-writes-what. It's the worked reference any producer can copy. Validates at L0 and L1 (evidence validate … --profile L0|L1 → ok).
  • site/ — a self-contained static landing page (plain index.html + styles.css, no build), in the repo's design-viewer visual family.

The page's story

  1. Hero — one shape for what a test run produced; install command; "kane-cli already emits it · point any of these at the same shape".
  2. The pack — the L0 layout (run.yaml / opaque definition / result.yaml).
  3. Try it — download the sample .evidence pack (site/kane-cli.evidence, a relative link so it works on any host) and drop it into the hosted viewer at evidence.lambdatest.com. No ?pack= URL, so nothing 404s on a local or pre-deploy preview.
  4. Reference producer — kane-cli already speaks the format; links to the example and the walkthrough. Emit the same shape from your framework and the same viewer renders it — no viewer to build.
  5. Profile ladder (L0/L1) and library-vs-CLI usage.

Hosting

The page is not wired to a deploy workflow — site/ is static and meant to be hosted separately. Asset links are relative; the embedded viewer is evidence.lambdatest.com and the sample downloads from the same origin.

Verification

  • Example pack validates at L0 and L1; L1 layer matches overview.md (27 steps / 27 screenshots / 110-request HAR); public-safety scanned (CVV masked, external_id neutralized, no emails/tokens/auth headers).
  • Page rendered and checked at desktop and narrow widths (no horizontal overflow); download link and viewer embed verified.

🤖 Generated with Claude Code

siddhant573 and others added 2 commits August 18, 2026 20:39
A real, sanitized .evidence pack produced by kane-cli (27-step nested-iframe
checkout) as the worked reference for the format, plus overview.md explaining
who-writes-what and how any framework can emit the same shape. Validates at
L0 and L1.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
A self-contained static landing page (site/) in the repo's design-viewer visual
family: hero, the L0 pack shape, a "download the sample pack and drop it into
evidence.lambdatest.com" example, the L0/L1 profile ladder, and library-vs-CLI
usage. Positions kane-cli as the reference producer and links the example so
others can emit the same shape and reuse the hosted viewer. Also ignore .DS_Store.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@siddhant573
siddhant573 merged commit 0430eb7 into LambdaTest:main Aug 18, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant