EVAL · End-to-End Validation

Commercial Conversion Funnel Validation

Real-time view of the website conversion funnel health, license issuance stats, and telemetry ingestion. Internal validation panel for the MVP phase.

System health

Connectivity between the control-plane API and the website frontend.

Control API
Checking…
Website
Reachable

Conversion funnel

Live counts from /v1/stats (no PII).

End-to-end validation paths

These paths have been verified by ego-browser automation.

Website browsing

Home / Editions / Pricing / Privacy — all render

Trial funnel

Email + org + GDPR opt-in → one-time activation code

Console sign-in

Mock email sign-in → session token → license list

Lifecycle actions

Revoke → status Revoked; Resume → back to Active

Enterprise purchase

Volcano Marketplace mock → enterprise code

Multi-language

Both /en and /zh pages render correctly

Telemetry reporting

ovd telemetry-pump reports OTLP metrics on interval

Screenshot evidence

Key frames captured during the ego-browser automated E2E run (2026-07-02). Click to enlarge.

Website content

Home /en
Home /en
Editions
Editions
Pricing & license
Pricing & license
Privacy & data boundary
Privacy & data boundary

Trial funnel

Lead form (email + org + GDPR)
Lead form (email + org + GDPR)
Form filled
Form filled
Activation code issued
Activation code issued

Console

Email sign-in
Email sign-in
License list
License list
Revoke → Revoked
Revoke → Revoked
Resume → Active
Resume → Active
Live telemetry data
Live telemetry data

Enterprise purchase

Volcano Marketplace
Volcano Marketplace
Enterprise form
Enterprise form
Enterprise code issued
Enterprise code issued

Multi-language

Chinese home /zh
Chinese home /zh
Chinese trial /zh/start
Chinese trial /zh/start
Chinese console /zh/console
Chinese console /zh/console

EVAL page itself

EVAL page /en/eval
EVAL page /en/eval
EVAL page /zh/eval
EVAL page /zh/eval

Telemetry data injection

Run a mock deployment to populate the Console telemetry panel.

go run ./cmd/ovd telemetry-pump --code <activation-code>

Run this after getting a trial activation code. The Console telemetry panel will show live data.

Run full demo

Scripted license lifecycle acceptance test.

go run ./cmd/ovd demo --api http://localhost:8080

Pass condition: OVD_DEMO_PASS Prints OVD_DEMO_PASS when all steps pass