MAESTRO: validate JSON export content

This commit is contained in:
Mariusz Banach
2026-02-18 03:14:58 +01:00
parent 034a7f7d8c
commit 65f294de59
2 changed files with 15 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ ReportContainer
- [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] Search filters results in real-time across test name, header name, and analysis text
- [ ] Export JSON produces a valid JSON file containing all results
- [x] Export JSON produces a valid JSON file containing all results
- [ ] Export HTML produces a styled standalone page viewable in any browser
- [ ] All report components are keyboard accessible
- [ ] Linting passes (`npx eslint src/`, `npx prettier --check src/`)