This repository was archived by the owner on Sep 23, 2025. It is now read-only.
Commit 78e47cb
Improve test execution flow and output visibility
Test runner improvements:
- Add fail-fast behavior: stop executing remaining conversation steps when one fails
- Implement real-time streaming response display instead of truncated preview
- Show tool calls on separate lines with full parameter details
- Add clear indication of skipped steps when tests fail early
These changes make test execution more efficient and provide better visibility
into what Claude is actually doing during tests. The fail-fast approach prevents
testing invalid conversation states, and streaming output helps debug failures.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent ea8b742 commit 78e47cb
1 file changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| 214 | + | |
214 | 215 | | |
215 | 216 | | |
216 | 217 | | |
217 | 218 | | |
218 | 219 | | |
| 220 | + | |
219 | 221 | | |
220 | 222 | | |
221 | 223 | | |
222 | 224 | | |
223 | 225 | | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
224 | 230 | | |
225 | | - | |
| 231 | + | |
226 | 232 | | |
227 | 233 | | |
228 | 234 | | |
| |||
322 | 328 | | |
323 | 329 | | |
324 | 330 | | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
325 | 337 | | |
326 | 338 | | |
327 | 339 | | |
| |||
0 commit comments