From 8d9cf4b283e7c5377528f9540550da8cd37f83c5 Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 18 Mar 2026 15:18:47 +0000 Subject: [PATCH] story-kit: create 291_story_show_test_results_in_work_item_detail_panel --- ..._test_results_in_work_item_detail_panel.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .story_kit/work/1_backlog/291_story_show_test_results_in_work_item_detail_panel.md diff --git a/.story_kit/work/1_backlog/291_story_show_test_results_in_work_item_detail_panel.md b/.story_kit/work/1_backlog/291_story_show_test_results_in_work_item_detail_panel.md new file mode 100644 index 0000000..8cd2c1d --- /dev/null +++ b/.story_kit/work/1_backlog/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