story-kit: create 291_story_show_test_results_in_work_item_detail_panel
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user