()
| 74 | } |
| 75 | |
| 76 | function replayPassLine(): string { |
| 77 | return JSON.stringify({ |
| 78 | type: 'progress', |
| 79 | event: { |
| 80 | type: 'replay-test', |
| 81 | file: '/tmp/tab-view-coverflow.yml', |
| 82 | title: 'Tab View - Coverflow', |
| 83 | status: 'pass', |
| 84 | index: 1, |
| 85 | total: 1, |
| 86 | attempt: 1, |
| 87 | maxAttempts: 1, |
| 88 | durationMs: 17_800, |
| 89 | }, |
| 90 | }); |
| 91 | } |
| 92 | |
| 93 | function responseLine(data: Record<string, unknown>): string { |
| 94 | return JSON.stringify({ |
no outgoing calls
no test coverage detected
searching dependent graphs…