Kronikol.Tool 3.0.58

dotnet tool install --global Kronikol.Tool --version 3.0.58
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Kronikol.Tool --version 3.0.58
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Kronikol.Tool&version=3.0.58
                    
nuke :add-package Kronikol.Tool --version 3.0.58
                    

Kronikol

Effortlessly autogenerate PlantUML sequence diagrams from your component and acceptance tests. Tracks interactions between your test caller, your Service Under Test (SUT), and its dependencies — including HTTP calls, Azure Cosmos DB operations, SQL queries (via EF Core), Redis commands, events/messages, and arbitrary method calls — then converts them into diagrams embedded in searchable HTML reports and structured data files.

Example Output

Example sequence diagram

Each test that uses tracked dependencies automatically produces a sequence diagram showing the full request/response flow between services.

How It Works

  1. Intercept — Dedicated tracking mechanisms intercept each type of dependency: TestTrackingMessageHandler for HTTP, CosmosTrackingMessageHandler for Cosmos DB, SqlTrackingInterceptor for EF Core SQL, RedisTrackingDatabase for Redis, TrackingProxy<T> for arbitrary interfaces, and MessageTracker for events/messages.
  2. Collect — All logged entries are held in the static RequestResponseLogger, capturing operation details, service names, and trace IDs.
  3. Generate — At the end of the test run, PlantUmlCreator groups logs by test ID and converts them into sequence diagram code.
  4. ReportReportGenerator combines the diagrams with test metadata to produce HTML reports and structured data files.

Quick Start

dotnet add package Kronikol.xUnit3

See the Quick Start guide for full setup instructions.

Supported Frameworks

Framework Package
Core library Kronikol
xUnit v3 Kronikol.xUnit3
xUnit v2 Kronikol.xUnit2
NUnit v4 Kronikol.NUnit4
MSTest v3 Kronikol.MSTest
TUnit Kronikol.TUnit
BDDfy Kronikol.BDDfy.xUnit3
LightBDD Kronikol.LightBDD.xUnit3 / .xUnit2 / .TUnit
ReqNRoll Kronikol.ReqNRoll.xUnit3 / .xUnit2 / .TUnit

Extensions

Extension Package
Azure Cosmos DB Kronikol.Extensions.CosmosDB
EF Core (Relational) Kronikol.Extensions.EfCore.Relational
Redis Kronikol.Extensions.Redis
Local PlantUML (IKVM) Kronikol.PlantUml.Ikvm
Proxy tap (out-of-process capture for uninstrumentable backends) Kronikol.Extensions.ProxyTap
Playwright (browser-driven E2E identity) Kronikol.Playwright
CLI (kronikol merge, kronikol ingest, kronikol query) Kronikol.Tool

Use Cases

  • Debugging failed tests — see the exact interaction that returned an unexpected result
  • Living documentation — HTML reports and data files that stay in sync with your tests
  • AI-assisted analysis — feed deterministic PlantUML to AI tools for accurate reasoning
  • PR reviews — sequence diagrams make interaction changes immediately visible
  • Onboarding — new team members can browse reports to understand service interactions
  • CI integration — surface results in GitHub Actions / Azure DevOps job summaries

Documentation

For full documentation, see the Wiki.

Key pages:

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
3.0.58 6 8/26/2026
3.0.56 19 8/26/2026
3.0.55 9 8/26/2026
3.0.54 21 8/26/2026
3.0.53 15 8/26/2026
3.0.52 22 8/26/2026
3.0.51 21 8/26/2026
3.0.50 26 8/26/2026
3.0.49 22 8/26/2026
3.0.48 83 8/23/2026
3.0.47 86 8/23/2026
3.0.46 83 8/23/2026
3.0.43 183 6/20/2026
3.0.42 114 6/20/2026
3.0.41 115 6/20/2026