()
| 28 | }); |
| 29 | |
| 30 | function tmpReportDir(): string { |
| 31 | const dir = mkdtempSync(join(tmpdir(), 'server-e2e-report-')); |
| 32 | tmpDirs.push(dir); |
| 33 | return dir; |
| 34 | } |
| 35 | |
| 36 | describe('server-e2e report', () => { |
| 37 | it('renders HTTP and WS trace events into a readable HTML timeline', () => { |