Documentation

Welcome. KaizenReportss is two products that share a brand and a data contract.

  • Kensho — open-source, single-run, static HTML test reports. Drops into your CI pipeline; produces a self-contained kensho-report/ directory you can host anywhere.
  • Kaizen — the SaaS test management platform. Ingests Kensho runs and adds multi-run history, dashboards, defect linking, flaky boards, manual + automated test cases, plans, and live runs.

Pick where to start:

I want to ship a report from CI

Go to the Kensho Quickstart. You'll have a beautiful HTML report in about a minute.

I want a centralized test management home

Sign up at app.kaizenreports.com and read the Kaizen overview.

My team uses [framework]

We probably have a native adapter — check the Adapters index. If yours isn't listed, the universal JUnit XML adapter handles anything that emits JUnit XML.

I'm an engineer evaluating the data model

The canonical schema is kensho/v1. Read the CLI reference for the validate / generate / open / diff / push / login commands, then poke at any adapter source — they're all under 1k lines.