We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Document ScenarioResult status redesign and gradient icon feature - Update ScenarioResult enum docs with all 5 values - Add Scenario Result Statuses section with colour/icon table - Add gradient icon documentation (passed-bypassed) - Add complete Framework Status Mappings table for all 7 adapters - Document LightBDD contextual Ignored split logic
docs: make OnMissingRegistration example more generic Replace domain-specific /external-configuration/ example with a generic placeholder and add comments clarifying the reader should adapt the URL matching logic to their own scenario.
docs: add cross-references to HttpClient construction gotcha Link from HTTP-Tracking-Setup startup warning and Event-Annotations testInfoFallback section to the new gotcha in Tracking-Dependencies.
docs: add gotcha for HTTP calls during HttpClient construction Documents the pitfall where IOptionsMonitor<HttpClientFactoryOptions> makes HTTP calls during client construction, which flow through TestTrackingMessageHandler without an HttpContext. Includes solution using OnMissingRegistration to handle dynamic URL patterns at the interception level.
Update wiki for v2.0.44-beta: NodeJs rendering, CI summary improvements - CI Summary Integration: Add NodeJs rendering section, note truncation section, CiSummaryPlantUmlRendering config, updated example output (collapsible details, darkred failures, expanded stack traces, truncated/full diagrams) - Report Configuration: Add CiSummaryPlantUmlRendering property, NodeJs option - PlantUML Browser Rendering: Mention NodeJs as CI alternative - API Reference: Add NodeJs to PlantUmlRendering enum docs
docs: update MessageTracker for testInfoFallback (non-HTTP contexts) - Replace 'HttpContext Null Guard' section with 'Tracking Outside HTTP Request Context' — documents the new testInfoFallback parameter - Add xUnit 3 and xUnit 2 registration examples with testInfoFallback - Explain resolution order: HttpContext headers → fallback delegate - Add cross-reference from Registration section
docs: update Component Diagrams with v2.0.34 analytics features - Add Performance Summary Table section (sortable, expandable, CV column) - Add Latency Distribution Bar Chart section - Add Latency Variance (CV) section with colour-coding explanation - Add Outlier Detection section (mean + 2σ, top 5 outliers) - Add Latency Contribution section (stacked bar, % per dependency) - Add Request Method Distribution section (colour-coded stacked bars) - Add Status Codes & Payload Sizes section - Add Concurrent Call Detection section - Add Error Correlation section (pairwise co-occurrence analysis) - Add Call Ordering Patterns section (dominant call sequences) - Add Interactive Focus Mode and Diff Mode sections - Replace outdated Relationship Flows and System Flow sections - Update TOC with all new sections
docs: update Component-Diagrams for v2.0.15-alpha - stats, diff mode, focus mode
docs: update Component-Diagrams - ShowRelationshipFlows and ShowSystemFlameChart default to true
Document context menu enhancements for v2.0.16-alpha - Inline SVG Rendering: add full Context Menu section with content types, menu items, z-index - Generated Reports: add context menu to Report Features list - Component Diagrams: note context menu available on relationship flows and system flame charts - Internal Flow Tracking: document context menu on flame charts, call trees, and activity diagrams
docs: update wiki for v2.0.15-alpha - whole-test flow, component diagram flows, system flamechart
docs: Update wiki for zero-config auto-start, rename to AddActivityListenerForInternalFlowTracking, InternalFlowTracking defaults to true - Renamed AddOpenTelemetryForInternalFlowTracking -> AddActivityListenerForInternalFlowTracking - Documented auto-start from TestTrackingMessageHandler constructor - InternalFlowTracking default changed from false to true - InternalFlowActivitySources property on TestTrackingMessageHandlerOptions - InternalFlowSpanStore deduplication by reference identity - Updated architecture diagrams, API reference, config tables - Updated Inline-SVG-Rendering.md for new defaults
docs: Update wiki for ActivityListener approach and InternalFlowSpanStore in core - Integration-OpenTelemetry-Extension.md: Featured AddOpenTelemetryForInternalFlowTracking() as recommended, documented ActivityListener vs manual OTel SDK approaches, updated API reference with all new types - Internal-Flow-Tracking.md: Updated prerequisites, full example, architecture diagram, requirements section to reflect no-reflection core store - API-Reference.md: Added InternalFlowSpanStore, InternalFlowActivityListener, InternalFlowServiceCollectionExtensions; updated TestTrackingSpanStore as facade
docs: Address OTel integration feedback — existing config warning, version alignment, reading order - Add 'Projects with Existing OpenTelemetry Configuration' section with separate registration pattern and warning about polluting existing TracerProviderBuilder - Document callback-based TracerProviderBuilder pattern (shared telemetry libraries) - Fix OpenTelemetry.Exporter.InMemory minimum version to >= 1.15.1 - Add version alignment note for TTD package consistency - Add note emphasizing importance of SUT's own ActivitySource - Clarify reading order between Internal Flow Tracking and OTel Extension pages - Add existing-OTel warning to Internal Flow Tracking prerequisites and full example
docs: Add Internal Flow Tracking, Inline SVG Rendering, and OpenTelemetry Extension pages; update sidebar, home, report config, API reference
docs: Split DiagramFormat into DiagramFormat + PlantUmlRendering enums
docs: Fix stale CI summary rendering description, add missing LazyLoadDiagramImages and RequestResponseMidProcessor properties, update Mermaid options heading for PlantUmlBrowser, update API reference
docs: Add PlantUML Browser Rendering page, update sidebar, home, report config, generated reports, API reference
docs: Add Redis extension documentation - New page: Integration-Redis-Extension.md - Updated _Sidebar.md, Home.md with Redis extension links - Updated API-Reference.md with Redis extension classes - Updated Tracking-Dependencies.md with Redis callout - Updated Framework-Integration-Guides.md with Redis section
docs: Add CI Artifact Upload page, update sidebar, home, report config, generated reports, API reference
docs: Add CI Summary Integration page, update sidebar, home, report config, generated reports, API reference
docs: Add Mermaid Output page, update sidebar, home, and report configuration
docs: add component diagrams wiki page and update sidebar, home, report config, API reference
Add LightBDD xUnit3 integration guide
Add MSTest integration documentation
docs: add EF Core Relational Extension to wiki - New page: Integration-EF-Core-Relational-Extension.md (full guide) - Home.md: added to Contents list - _Sidebar.md: added under Extensions section - Framework-Integration-Guides.md: added extension summary - API-Reference.md: added type reference table - HTTP-Tracking-Setup.md: added to Non-HttpClient Dependencies - Tracking-Dependencies.md: added callout alongside CosmosDB note
Add PlantUML IKVM local rendering documentation
Document PlantUmlImageFormat option (Png/Svg) in Report Configuration, PlantUML Server Configuration, and API Reference
Document PlantUmlTheme option in Report Configuration, Diagram Customisation, and API Reference
CosmosDB updates