TestIntel — Release Notes

v2026.1.0

Features

UX Improvements

Deferred to Next Release

The following features are fully implemented in the codebase but hidden from the UI for the initial release. They will be enabled in a future release after additional polish and user testing.

#### Reporting Tab (History/Analytics)

  1. In testintel/web/static/index.html, remove style="display:none;" from the Reporting tab button:
  2. 
         <!-- Change this: -->
         <button class="tab" data-tab="history" style="display:none;">Reporting</button>
         <!-- To this: -->
         <button class="tab" data-tab="history">Reporting</button>
    
  1. That's it. All JS rendering, API routes, and backend logic remain intact.

#### CLI (testintel command)


v0.1.0 (Beta)

Features

Known Limitations