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§
Structs§
- Flaky
Test - A test that has been detected as flaky.
- RunRecord
- A single recorded test run.
- Slow
Test - A test that is getting slower over time.
- Test
History - Test history store backed by JSON files.
- Test
Record - A single test case record.
- Test
Trend - Trend data point for a specific test.
Enums§
- Duration
Trend - Duration trend direction.