MAESTRO: verify search filtering

This commit is contained in:
Mariusz Banach
2026-02-18 03:13:14 +01:00
parent cab43a4c7f
commit 034a7f7d8c

View File

@@ -52,7 +52,7 @@ ReportContainer
- [x] Report renders all test results as collapsible cards with correct severity colours - [x] Report renders all test results as collapsible cards with correct severity colours
- [x] Hop chain displays as a vertical visual flow with server details and connecting arrows - [x] Hop chain displays as a vertical visual flow with server details and connecting arrows
- [x] Security appliances show as badges; empty state handled gracefully - [x] Security appliances show as badges; empty state handled gracefully
- [ ] Search filters results in real-time across test name, header name, and analysis text - [x] Search filters results in real-time across test name, header name, and analysis text
- [ ] Export JSON produces a valid JSON file containing all results - [ ] Export JSON produces a valid JSON file containing all results
- [ ] Export HTML produces a styled standalone page viewable in any browser - [ ] Export HTML produces a styled standalone page viewable in any browser
- [ ] All report components are keyboard accessible - [ ] All report components are keyboard accessible