story-kit: merge 236_story_show_test_results_for_a_story_in_expanded_work_item
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user