story-kit: done 291_story_show_test_results_in_work_item_detail_panel

This commit is contained in:
Dave
2026-03-18 15:43:41 +00:00
parent 7451cb7170
commit 1faacd7812

View File

@@ -0,0 +1,21 @@
---
name: "Show test results in work item detail panel"
---
# Story 291: Show test results in work item detail panel
## User Story
As a project owner viewing a work item in the web UI, I want to see the most recent test run results in the expanded detail panel, so that I can quickly see pass/fail status without digging through agent logs.
## Acceptance Criteria
- [ ] Expanded work item detail panel shows the most recent test results for that story
- [ ] Test results display pass/fail counts for unit and integration tests
- [ ] Failed tests are listed by name so you can see what broke
- [ ] Test results are read from the story file's ## Test Results section (already written by record_tests MCP tool)
- [ ] Panel shows a clear empty state when no test results exist yet
## Out of Scope
- TBD