Commit 578b737
fix: enable stdout capture in JUnit Console Launcher XML reports
Configure JUnit Console Launcher to capture stdout/stderr in XML reports:
- Add --config=junit.platform.output.capture.stdout=true
- Add --config=junit.platform.output.capture.stderr=true
- Change --details=verbose to --details=none to avoid duplicate output
This ensures timing markers are properly captured in the JUnit XML's
<system-out> element, eliminating the need to rely on subprocess stdout
fallback for parsing timing markers.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 051d1b6 commit 578b737
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
425 | | - | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
426 | 432 | | |
427 | 433 | | |
428 | 434 | | |
| |||
0 commit comments