MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / printHeader

Function printHeader

lib/plugin/analyze.js:304–310  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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()

Callers 1

printReportFunction · 0.85

Calls 1

logMethod · 0.80

Tested by

no test coverage detected