diff --git a/.story_kit/work/5_done/291_story_show_test_results_in_work_item_detail_panel.md b/.story_kit/work/5_done/291_story_show_test_results_in_work_item_detail_panel.md new file mode 100644 index 0000000..8cd2c1d --- /dev/null +++ b/.story_kit/work/5_done/291_story_show_test_results_in_work_item_detail_panel.md @@ -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