Commit 76dada6
fix: suppress reporter noise in test output
- Move "HTML report:" message from finalize to at_exit hook (only
prints when global reporter has failures, not in unit tests)
- Gate "Reporter skipped" warn behind ENV["DEBUG"]
- Remove verbose error backtrace from at_exit (noise in test output)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b82955a commit 76dada6
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
97 | 96 | | |
98 | 97 | | |
99 | 98 | | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | 102 | | |
104 | 103 | | |
0 commit comments