()
| 302 | let hasPrintedHeader = false |
| 303 | |
| 304 | function printHeader() { |
| 305 | if (!hasPrintedHeader) { |
| 306 | console.log() |
| 307 | console.log(colors.bold.white('🪄 AI REPORT:')) |
| 308 | hasPrintedHeader = true |
| 309 | } |
| 310 | } |
| 311 | |
| 312 | async function clusterize(failedTestsAndErrors) { |
| 313 | const spinner = ora('Clusterizing failures...').start() |