Skip to main content

Module history

Module history 

Source
Expand description

Test history and trend tracking.

Stores test run results over time for trend analysis, flaky test detection, and performance monitoring. Uses a simple JSON-based file store (no external DB dependency).

Modules§

analytics
Analytics and statistics module.
display
History display and formatting.

Structs§

FlakyTest
A test that has been detected as flaky.
RunRecord
A single recorded test run.
SlowTest
A test that is getting slower over time.
TestHistory
Test history store backed by JSON files.
TestRecord
A single test case record.
TestTrend
Trend data point for a specific test.

Enums§

DurationTrend
Duration trend direction.