IntelliJ plugin for the Kensa testing framework.
Kensa is a Java/Kotlin testing library that captures expressive, human-readable test reports as HTML. This plugin brings those reports closer to your IDE.
- Gutter icons — pass/fail indicators appear next to
@Testand@ParameterizedTestmethods and their containing classes, updated automatically as tests run. - Click to open — click any gutter icon to open the corresponding Kensa HTML report in your browser, navigating directly to that test or class.
- CI report support — configure a CI report URL template in Settings → Tools → Kensa to open remote reports when no local report is available, or choose between local and CI from a popup.
- Console hyperlinks — the
Kensa Output :marker in test console output becomes a clickable link that opens the report directly. - Live notifications — a balloon notification fires when a new report is written, with an Open Report action.
For an overview of what Kensa is and why it exists, see the introductory blog post.
Kensa must be configured in your project. See the Kensa documentation and the Kensa GitHub repository for setup instructions.
-
Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Kensa" > Install
-
Manually:
Download the latest release and install it using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...