story-kit: accept 236_story_show_test_results_for_a_story_in_expanded_work_item

This commit is contained in:
Dave
2026-02-28 13:35:09 +00:00
parent acf0465c31
commit 055817a7d4

View File

@@ -1,32 +0,0 @@
---
name: "Show test results for a story in expanded work item"
merge_failure: "merge_agent_work tool returned empty output on 2 attempts. The tool was called successfully (confirmed via MERGE-DEBUG logs) but produced no result - no success/failure status, no gate output. Possible causes: (1) dirty working tree on master (unstaged changes to .claude/settings.json and .mcp.json), (2) internal tool error being swallowed silently. The feature branch has 2 commits ready to merge (ae62aab, 8d5b81e). Story is still in 4_merge/. Human investigation needed."
---
# 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
## Test Results
<!-- story-kit-test-results: {"unit":[{"name":"my_unit_test","status":"pass","details":null}],"integration":[{"name":"my_int_test","status":"fail","details":"assertion failed"}]} -->
### Unit Tests (1 passed, 0 failed)
- ✅ my_unit_test
### Integration Tests (0 passed, 1 failed)
- ❌ my_int_test — assertion failed