Open reports from your IDE
Open any Kensa test report in your browser directly from IntelliJ IDEA.
- Gutter icons on test functions
- Links in test console output
- Test toolbar actions
BDD for Kotlin & Java — write tests that read like requirements, get reports that speak for themselves.
Write Given–When–Then tests directly in Kotlin or Java. No feature files, no step definitions to maintain.
Supports JUnit 5 & 6, Kotest, and TestNG. Auto-registered via ServiceLoader — add the dependency and you're done.
Every test run produces an interactive HTML report with test sentences, captured values, and fixture state — generated from source code, not annotations.
Capture interactions between components in your tests. Kensa renders them as interactive sequence diagrams — drill down into any interaction to inspect the full payload, headers, and metadata.
Use AssertJ, Hamcrest, HamKrest, or Kotest matchers. Mix them freely within a project.
Annotate fields with @RenderedValue and their values appear in the report automatically — no logging, no boilerplate.
Surface Kensa output where your team already works.
Open any Kensa test report in your browser directly from IntelliJ IDEA.
Embed Kensa reports, GWT test names, and failure narratives directly in TeamCity builds.