From 6c0debf23857d4123cec91f86cf6591530ed679c Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 27 Feb 2026 16:50:24 +0000 Subject: [PATCH] story-kit: create 236_story_show_test_results_for_a_story_in_expanded_work_item --- ...sults_for_a_story_in_expanded_work_item.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .story_kit/work/1_upcoming/236_story_show_test_results_for_a_story_in_expanded_work_item.md diff --git a/.story_kit/work/1_upcoming/236_story_show_test_results_for_a_story_in_expanded_work_item.md b/.story_kit/work/1_upcoming/236_story_show_test_results_for_a_story_in_expanded_work_item.md new file mode 100644 index 0000000..6bef07f --- /dev/null +++ b/.story_kit/work/1_upcoming/236_story_show_test_results_for_a_story_in_expanded_work_item.md @@ -0,0 +1,19 @@ +--- +name: "Show test results for a story in expanded work item" +--- + +# Story 236: Show test results for a story in expanded work item + +## User Story + +As a user, I want to see test results for a story inside its expanded view, so that I can quickly check quality status. + +## Acceptance Criteria + +- [ ] Expanded work item shows unit and integration test results when available +- [ ] Test results show pass/fail status and details for each test +- [ ] Results update when new test results are recorded + +## Out of Scope + +- TBD