Skip to content

History

Revisions

  • 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

    @lemonlion lemonlion committed Apr 12, 2026
    16490b9
  • 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.

    @lemonlion lemonlion committed Apr 11, 2026
    55f6163
  • 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.

    @lemonlion lemonlion committed Apr 11, 2026
    a5614a8
  • 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.

    @lemonlion lemonlion committed Apr 11, 2026
    b791040
  • 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

    @lemonlion lemonlion committed Apr 9, 2026
    6d65151
  • 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

    @lemonlion lemonlion committed Apr 7, 2026
    58d9a97
  • 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

    @lemonlion lemonlion committed Apr 6, 2026
    47704b1
  • docs: update Component-Diagrams for v2.0.15-alpha - stats, diff mode, focus mode

    @lemonlion lemonlion committed Apr 6, 2026
    164ced4
  • docs: update Component-Diagrams - ShowRelationshipFlows and ShowSystemFlameChart default to true

    @lemonlion lemonlion committed Apr 5, 2026
    946a2ed
  • 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

    @lemonlion lemonlion committed Apr 5, 2026
    38cefc1
  • docs: update wiki for v2.0.15-alpha - whole-test flow, component diagram flows, system flamechart

    @lemonlion lemonlion committed Apr 5, 2026
    4bda7ee
  • 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

    @lemonlion lemonlion committed Apr 5, 2026
    536d37e
  • 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

    @lemonlion lemonlion committed Apr 5, 2026
    71b1260
  • 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

    @lemonlion lemonlion committed Apr 4, 2026
    13c22e8
  • docs: Add Internal Flow Tracking, Inline SVG Rendering, and OpenTelemetry Extension pages; update sidebar, home, report config, API reference

    @lemonlion lemonlion committed Apr 4, 2026
    32b0668
  • docs: Split DiagramFormat into DiagramFormat + PlantUmlRendering enums

    @lemonlion lemonlion committed Apr 3, 2026
    48ac7d1
  • docs: Fix stale CI summary rendering description, add missing LazyLoadDiagramImages and RequestResponseMidProcessor properties, update Mermaid options heading for PlantUmlBrowser, update API reference

    @lemonlion lemonlion committed Apr 3, 2026
    88039d7
  • docs: Add PlantUML Browser Rendering page, update sidebar, home, report config, generated reports, API reference

    @lemonlion lemonlion committed Apr 3, 2026
    1325879
  • 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

    @lemonlion lemonlion committed Apr 3, 2026
    9c70fee
  • docs: Add CI Artifact Upload page, update sidebar, home, report config, generated reports, API reference

    @lemonlion lemonlion committed Apr 2, 2026
    9c5fc9a
  • docs: Add CI Summary Integration page, update sidebar, home, report config, generated reports, API reference

    @lemonlion lemonlion committed Apr 2, 2026
    f11fcae
  • docs: Add Mermaid Output page, update sidebar, home, and report configuration

    @lemonlion lemonlion committed Apr 2, 2026
    4d55d48
  • docs: add component diagrams wiki page and update sidebar, home, report config, API reference

    @lemonlion lemonlion committed Apr 2, 2026
    98c8df5
  • Add LightBDD xUnit3 integration guide

    @lemonlion lemonlion committed Apr 2, 2026
    d41fc0a
  • Add MSTest integration documentation

    @lemonlion lemonlion committed Apr 2, 2026
    4b66c06
  • 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

    @lemonlion lemonlion committed Apr 2, 2026
    396b160
  • Add PlantUML IKVM local rendering documentation

    @lemonlion lemonlion committed Apr 2, 2026
    c0a8619
  • Document PlantUmlImageFormat option (Png/Svg) in Report Configuration, PlantUML Server Configuration, and API Reference

    @lemonlion lemonlion committed Apr 2, 2026
    90ed3af
  • Document PlantUmlTheme option in Report Configuration, Diagram Customisation, and API Reference

    @lemonlion lemonlion committed Apr 1, 2026
    892cb93
  • CosmosDB updates

    @lemonlion lemonlion committed Apr 1, 2026
    bd98b71