story-kit: merge 236_story_show_test_results_for_a_story_in_expanded_work_item

This commit is contained in:
Dave
2026-02-28 09:38:51 +00:00
parent c434aa3016
commit 894231428e
6 changed files with 609 additions and 37 deletions

View File

@@ -18,3 +18,15 @@ As a user, I want to see test results for a story inside its expanded view, so t
## 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