MAESTRO: align tests API response with selector

This commit is contained in:
Mariusz Banach
2026-02-18 01:18:58 +01:00
parent 80e4b3f4d5
commit 130965636d
4 changed files with 22 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ This phase implements the test selection panel and analysis configuration contro
- [x] `pytest backend/tests/api/test_tests_router.py` passes
- [x] `GET /api/tests` returns all 106+ tests with id, name, and category
- [x] All vitest tests pass: `npx vitest run src/__tests__/TestSelector.test.tsx src/__tests__/AnalysisControls.test.tsx`
- [ ] Test selector renders all 106+ tests with checkboxes
- [x] Test selector renders all 106+ tests with checkboxes
- [ ] Select All / Deselect All buttons work correctly
- [ ] Search/filter narrows visible tests by name
- [ ] DNS resolution toggle defaults to off